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