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