Skip to content

Commit f59b9eb

Browse files
Improve wording
Co-authored-by: Dan Gohman <[email protected]>
1 parent 58f4c09 commit f59b9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/Async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ previously-mentioned invariant, the readable and writable ends of a stream are
249249
unique *and never in the same component*.
250250

251251
Given the readable or writable end of a stream, core wasm code can call the
252-
imported `stream.read` or `stream.write` canonical built-ins, passing the
252+
imported `stream.read` or `stream.write` canonical built-ins, resp., passing the
253253
pointer and length of a linear-memory buffer to write-into or read-from, resp.
254254
These built-ins can either return immediately if >0 elements were able to be
255255
written or read immediately (without blocking) or return a sentinel "blocked"

0 commit comments

Comments
 (0)