Skip to content

Commit d42fdd3

Browse files
binjijfbastien
authored andcommitted
Move description of return to correct column (#804)
1 parent 1bf7c33 commit d42fdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BinaryEncoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ It is legal to have several entries with the same type.
433433
| `br` | `0x06` | relative_depth : `varuint32` | break that targets an outer nested block |
434434
| `br_if` | `0x07` | relative_depth : `varuint32` | conditional break that targets an outer nested block |
435435
| `br_table` | `0x08` | see below | branch table control flow construct |
436-
| `return` | `0x09` | return zero or one value from this function |
436+
| `return` | `0x09` | | return zero or one value from this function |
437437
| `drop` | `0x0b` | | ignore value |
438438
| `nop` | `0x0a` | | no operation |
439439
| `end` | `0x0f` | | end a block, loop, or if |

0 commit comments

Comments
 (0)