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