Skip to content

Commit 5556e50

Browse files
authored
Typo in Overview
1 parent b3380e3 commit 5556e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/tail-call/Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ This can be applied to any form of call, that is:
3232
* The proposal thus introduces a tail version of every call instruction
3333

3434
* An alternative scheme introducing a single instruction prefix applicable to every call instruction was considered but rejected by the CG
35-
- considerations: WebAssembly will likely get a few more call instructions in the future, e.g., `call_ref`
36-
- but instruction prefixes as modifiers re not used anywhere else in Wasm
35+
- WebAssembly will likely get a few more call instructions in the future, e.g., `call_ref`
36+
- otoh, instruction prefixes as modifiers are not used anywhere else in Wasm
3737

3838

3939
### Execution

0 commit comments

Comments
 (0)