Skip to content

Commit 534f35a

Browse files
lukewagnerdicej
andcommitted
Grammar fix
Co-authored-by: Joel Dice <[email protected]>
1 parent f19cb90 commit 534f35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/Explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ The `future.{read,write}` built-ins have type `[i32 i32] -> [i32]` and
14861486
take an index to the matching [readable or writable end](Async.md#streams-and-futures)
14871487
of a future as the first parameter and a pointer linear memory as the second
14881488
parameter. The return value is either `1` if the future value was eagerly
1489-
read or written to the pointer or the sentinel "`BLOCKED`" value otherwise.
1489+
read from or written to the pointer or the sentinel "`BLOCKED`" value otherwise.
14901490
(See [`canon_future_read`] in the Canonical ABI explainer for details.)
14911491

14921492
The `{stream,future}.cancel-{read,write}` built-ins have type `[i32] -> [i32]`

0 commit comments

Comments
 (0)