We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066e700 commit 58f4c09Copy full SHA for 58f4c09
design/mvp/Async.md
@@ -114,7 +114,7 @@ concurrency. Streams and futures are thus not defined to be free-standing
114
resources with their own internal memory buffers (like a traditional channel or
115
pipe) but, rather, more-primitive control-flow mechanisms that synchronize the
116
incremental passing of parameters and results during cross-component calls.
117
-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
118
of these lower-level `stream` and `future` primitives, e.g.:
119
```wit
120
resource pipe {
0 commit comments