Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya committed Jan 11, 2024
1 parent 5917eb0 commit 63311eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 63311eb

Please sign in to comment.