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