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