aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalGet.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalGet.php')
-rw-r--r--src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalGet.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalGet.php b/src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalGet.php
index de610d3..2f5f0a7 100644
--- a/src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalGet.php
+++ b/src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalGet.php
@@ -15,6 +15,6 @@ final readonly class LocalGet extends Instr
public static function opName(): string
{
- return "local.get";
+ return 'local.get';
}
}