From 63311eba00b06cf8647bd0c3270af3d53996e80a Mon Sep 17 00:00:00 2001 From: Burak Bilge Yalcinkaya Date: Thu, 11 Jan 2024 16:36:32 +0300 Subject: [PATCH] fix typo --- wasm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm.md b/wasm.md index 41dafa3e3..2121d4b6d 100644 --- a/wasm.md +++ b/wasm.md @@ -1210,7 +1210,7 @@ The `#take` function will return the parameter stack in the reversed order, then ### Function Call -`call funcidx` and `call_indirect tableidx typeuse` are 2 control instructions that invokes a function in the current frame. +`call funcidx` and `call_indirect tableidx typeuse` are 2 control instructions that invoke a function in the current frame. ```k syntax Instr ::= #call(Int) [klabel(aCall), symbol]