Skip to content

Commit

Permalink
Update channel/pipe wording
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Gohman <dev@sunfishcode.online>
  • Loading branch information
lukewagner and sunfishcode authored Oct 24, 2024
1 parent 8fd4d55 commit f352ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/mvp/Async.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ concurrency. Streams and futures are thus not defined to be free-standing
resources with their own internal memory buffers (like a traditional channel or
pipe) but, rather, more-primitive control-flow mechanisms that synchronize the
incremental passing of parameters and results during cross-component calls.
Higher-level resources like channels and pipes can then be defined in terms
Higher-level resources like channels and pipes could then be defined in terms
of these lower-level `stream` and `future` primitives, e.g.:
```wit
resource pipe {
Expand Down

0 comments on commit f352ef8

Please sign in to comment.