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