aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/WebAssembly/Structure/Instructions/Instrs/Table/TableInit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Table/TableInit.php')
-rw-r--r--src/WebAssembly/Structure/Instructions/Instrs/Table/TableInit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Table/TableInit.php b/src/WebAssembly/Structure/Instructions/Instrs/Table/TableInit.php
index 221c938..5286d0a 100644
--- a/src/WebAssembly/Structure/Instructions/Instrs/Table/TableInit.php
+++ b/src/WebAssembly/Structure/Instructions/Instrs/Table/TableInit.php
@@ -16,6 +16,6 @@ final readonly class TableInit extends Instr
public static function opName(): string
{
- return "table.init";
+ return 'table.init';
}
}