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