aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Neg.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Neg.php')
-rw-r--r--src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Neg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Neg.php b/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Neg.php
index 82b72c3..f8ee84a 100644
--- a/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Neg.php
+++ b/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Neg.php
@@ -10,6 +10,6 @@ final readonly class F32Neg extends Instr
{
public static function opName(): string
{
- return "f32.neg";
+ return 'f32.neg';
}
}