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