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