diff options
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalTee.php')
| -rw-r--r-- | src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalTee.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalTee.php b/src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalTee.php index 62d42c5..c81d5af 100644 --- a/src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalTee.php +++ b/src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalTee.php @@ -15,6 +15,6 @@ final readonly class LocalTee extends Instr public static function opName(): string { - return "local.tee"; + return 'local.tee'; } } |
