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