diff options
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Table/TableGet.php')
| -rw-r--r-- | src/WebAssembly/Structure/Instructions/Instrs/Table/TableGet.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Table/TableGet.php b/src/WebAssembly/Structure/Instructions/Instrs/Table/TableGet.php index 0a562cb..a3a50cf 100644 --- a/src/WebAssembly/Structure/Instructions/Instrs/Table/TableGet.php +++ b/src/WebAssembly/Structure/Instructions/Instrs/Table/TableGet.php @@ -15,6 +15,6 @@ final readonly class TableGet extends Instr public static function opName(): string { - return "table.get"; + return 'table.get'; } } |
