We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da97f2 commit a052680Copy full SHA for a052680
1 file changed
design/mvp/Async.md
@@ -202,7 +202,7 @@ when the export call finishes.
202
203
When all of a component's exports are lifted synchronously, there will be at most one
204
task alive at any one time. However, when a component exports asynchronously-lifted
205
- functions, there can be multiple tasks alive at once.
+functions, there can be multiple tasks alive at once.
206
207
In the Canonical ABI explainer, a "task" is represented with the Python
208
[`Task`] class. A new `Task` object is created (by [`canon_lift`]) each time
0 commit comments