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