diff --git a/proposals/tail-call/Overview.md b/proposals/tail-call/Overview.md index ce08d1abcf..b422654f04 100644 --- a/proposals/tail-call/Overview.md +++ b/proposals/tail-call/Overview.md @@ -102,7 +102,7 @@ Add two instructions: * `return_call `, the tail-call version of `call` * `return_call_indirect `, the tail-call version of `call_indirect` -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. +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. ### Validation