diff options
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Memory/I64Store32.php')
| -rw-r--r-- | src/WebAssembly/Structure/Instructions/Instrs/Memory/I64Store32.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Memory/I64Store32.php b/src/WebAssembly/Structure/Instructions/Instrs/Memory/I64Store32.php index e486308..22bef5e 100644 --- a/src/WebAssembly/Structure/Instructions/Instrs/Memory/I64Store32.php +++ b/src/WebAssembly/Structure/Instructions/Instrs/Memory/I64Store32.php @@ -20,6 +20,6 @@ final readonly class I64Store32 extends Instr public static function opName(): string { - return "i64.store32"; + return 'i64.store32'; } } |
