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