Skip to content

Commit 30b7152

Browse files
lukewagnerlann
andauthored
Fix typo
Co-authored-by: Lann <[email protected]>
1 parent 5b21f59 commit 30b7152

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
@@ -425,7 +425,7 @@ Given completion-based `stream.{read,write}` built-ins, "readiness-based" APIs
425425
[`O_NONBLOCK`]) can be implemented by passing an intermediate non-zero-length
426426
memory buffer to `stream.{read,write}` and signalling "readiness" once the
427427
operation completes. However, this approach incurs extra copying overhead. To
428-
avoid this overhead in a best-effort mannner, `stream.{read,write}` allow the
428+
avoid this overhead in a best-effort manner, `stream.{read,write}` allow the
429429
buffer length to be zero in which case "completion" of the operation is allowed
430430
(but not required) to wait to complete until the other end is "ready". As the
431431
"but not required" caveat suggests, after a zero-length `stream.{read,write}`

0 commit comments

Comments
 (0)