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.
2 parents 4626bdf + cab074e commit 870a743Copy full SHA for 870a743
design/mvp/Async.md
@@ -191,7 +191,7 @@ no prohibition against non-`async`-exported functions calling imported `async`
191
functions. This does mean that non-`async` functions may end up blocking
192
their caller, but (1) any loss in performance is the callee's "fault", (2) the
193
caller can still lower `async` if they want to (overriding the default hint),
194
-(3) any *transitive* caller an lower `async` to avoid blocking.
+(3) any *transitive* caller can lower `async` to avoid blocking.
195
196
For example, given this interface:
197
```wit
0 commit comments