diff options
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Nearest.php')
| -rw-r--r-- | src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Nearest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Nearest.php b/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Nearest.php index 0863099..15800b6 100644 --- a/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Nearest.php +++ b/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Nearest.php @@ -10,6 +10,6 @@ final readonly class F64Nearest extends Instr { public static function opName(): string { - return "f64.nearest"; + return 'f64.nearest'; } } |
