Skip to content

Commit a052680

Browse files
fix: errant space
Co-authored-by: Luke Wagner <mail@lukewagner.name>
1 parent 4da97f2 commit a052680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

design/mvp/Async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ when the export call finishes.
202202

203203
When all of a component's exports are lifted synchronously, there will be at most one
204204
task alive at any one time. However, when a component exports asynchronously-lifted
205-
functions, there can be multiple tasks alive at once.
205+
functions, there can be multiple tasks alive at once.
206206

207207
In the Canonical ABI explainer, a "task" is represented with the Python
208208
[`Task`] class. A new `Task` object is created (by [`canon_lift`]) each time

0 commit comments

Comments
 (0)