Skip to content

Commit 8d7be0b

Browse files
authored
Merge pull request #18 from mnordine/patch-1
2 parents a906a4d + 7258eb9 commit 8d7be0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/tail-call/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Add two instructions:
102102
* `return_call <funcidx>`, the tail-call version of `call`
103103
* `return_call_indirect <tableidx> <typeidx>`, the tail-call version of `call_indirect`
104104

105-
Other language extensions like [typed function refereces](https://github.com/WebAssembly/function-references/blob/master/proposals/function-references/Overview.md) that introduce new call instructions will also introduce tail versions of these new instructions.
105+
Other language extensions like [typed function references](https://github.com/WebAssembly/function-references/blob/master/proposals/function-references/Overview.md) that introduce new call instructions will also introduce tail versions of these new instructions.
106106

107107

108108
### Validation

0 commit comments

Comments
 (0)