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