Skip to content

Commit 25bb536

Browse files
committed
Fix typo in CanonicalABI.md wording
1 parent e53dc73 commit 25bb536

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

design/mvp/CanonicalABI.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4044,10 +4044,10 @@ until this point into a single `i32` payload for core wasm.
40444044
e.copy(task.inst, buffer, on_copy, on_copy_done)
40454045
```
40464046

4047-
When this `copy` makes progress, a `stream_event` is set on the stream end
4048-
`Waitble`. If `stream.{read,write}` is called synchronously, the call suspends
4049-
the current thread until an event is set, so that the event can be returned.
4050-
Otherwise, asynchronous calls deliver the event if it was produced
4047+
When this `copy` makes progress, a `stream_event` is set on the stream end's
4048+
`Waitable` base object. If `stream.{read,write}` is called synchronously, the
4049+
call suspends the current thread until an event is set, so that the event can
4050+
be returned. Otherwise, asynchronous calls deliver the event if it was produced
40514051
synchronously and return `BLOCKED` if not:
40524052
```python
40534053
if not e.has_pending_event():

0 commit comments

Comments
 (0)