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