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