diff options
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Const.php')
| -rw-r--r-- | src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Const.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Const.php b/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Const.php index fd2670e..8ad8bdc 100644 --- a/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Const.php +++ b/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Const.php @@ -18,6 +18,6 @@ final readonly class F32Const extends Instr public static function opName(): string { - return "f32.const"; + return 'f32.const'; } } |
