From 7258eb959f892b3cc7d21d6d4bb2f034fc8c245b Mon Sep 17 00:00:00 2001 From: mnordine Date: Mon, 20 Jun 2022 08:23:33 -0300 Subject: [PATCH] Fix typo --- proposals/tail-call/Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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