Skip to content

Commit 8f1ea16

Browse files
committed
Fix typos
1 parent 0a6d07f commit 8f1ea16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

design/mvp/CanonicalABI.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ the [Core WebAssembly Embedding]. However, for the purpose of defining the
117117
runtime behavior of the Canonical ABI, the Embedding interface here just
118118
includes functions for the embedder to:
119119
1. construct a Component Model `Store`, analogous to [`store_init`]ing a Core
120-
WebAssembly [`store`]);
120+
WebAssembly [`store`];
121121
2. `invoke` a Component Model `FuncInst`, analogous to [`func_invoke`]ing a
122-
Core WebAssembly [`funcinst`]); and
122+
Core WebAssembly [`funcinst`]; and
123123
3. allow a cooperative thread (created during a previous call to to `invoke`)
124-
to execute until suspending or exiting.
124+
to execute until blocking or exiting.
125125

126126
```python
127127
class Store:

0 commit comments

Comments
 (0)