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