Skip to content

Commit 70406b1

Browse files
committed
fix spelling
1 parent e77d8e3 commit 70406b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ i64.const <cost>
2525
call $meter
2626
```
2727

28-
And a metering function `$meter`. The meter function has a signature of `(type (func (param i64)))`. Internally this function should keep a running sum and if that sum grows larger than a given threshold, end the program's execution. The metering function can be imbedded in the binary itself or can use wasm's import to define it externally.
28+
And a metering function `$meter`. The meter function has a signature of `(type (func (param i64)))`. Internally this function should keep a running sum and if that sum grows larger than a given threshold, end the program's execution. The metering function can be embedded in the binary itself or can use wasm's import to define it externally.
2929

3030
Then given an array of opcodes we iterate the array and divided into segments that start with one of the `branching_ops`
3131

0 commit comments

Comments
 (0)