Skip to content

Commit 1136192

Browse files
authored
chore: fix parenthesis balance (#10317)
parentheses are not balanced here
1 parent b2f0299 commit 1136192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cranelift/isle/docs/language-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ the real code [here](https://github.com/bytecodealliance/wasmtime/blob/main/cran
4141
(value_reg (add
4242
(put_in_reg x)
4343
;; `y` is a `RegMemImm.Imm`.
44-
y)))
44+
y))))
4545
```
4646

4747
ISLE lets the compiler backend developer express this information in a

0 commit comments

Comments
 (0)