Skip to content

Commit 870a743

Browse files
authored
Merge pull request #572 from andreiltd/main
fix: typo an -> can
2 parents 4626bdf + cab074e commit 870a743

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
@@ -191,7 +191,7 @@ no prohibition against non-`async`-exported functions calling imported `async`
191191
functions. This does mean that non-`async` functions may end up blocking
192192
their caller, but (1) any loss in performance is the callee's "fault", (2) the
193193
caller can still lower `async` if they want to (overriding the default hint),
194-
(3) any *transitive* caller an lower `async` to avoid blocking.
194+
(3) any *transitive* caller can lower `async` to avoid blocking.
195195

196196
For example, given this interface:
197197
```wit

0 commit comments

Comments
 (0)