Skip to content

Commit 58f4c09

Browse files
Update channel/pipe wording
Co-authored-by: Dan Gohman <[email protected]>
1 parent 066e700 commit 58f4c09

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
@@ -114,7 +114,7 @@ concurrency. Streams and futures are thus not defined to be free-standing
114114
resources with their own internal memory buffers (like a traditional channel or
115115
pipe) but, rather, more-primitive control-flow mechanisms that synchronize the
116116
incremental passing of parameters and results during cross-component calls.
117-
Higher-level resources like channels and pipes can then be defined in terms
117+
Higher-level resources like channels and pipes could then be defined in terms
118118
of these lower-level `stream` and `future` primitives, e.g.:
119119
```wit
120120
resource pipe {

0 commit comments

Comments
 (0)