Skip to content

Commit 1aff728

Browse files
lukewagnerdicej
andcommitted
Spelling fix
Co-authored-by: Joel Dice <[email protected]>
1 parent 534f35a commit 1aff728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/CanonicalABI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ retroactively removed (e.g., when a `stream.cancel-read` "steals" a pending
581581
Python code represents `events` as a list of closures, an optimizing
582582
implementation should be able to avoid dynamically allocating this list and
583583
instead represent `events` as a linked list embedded in the elements of the
584-
`waitables` table (noting that, by design, any given `watiables` element can be
584+
`waitables` table (noting that, by design, any given `waitables` element can be
585585
in the `events` list at most once).
586586

587587
A task may also cooperatively yield (via `canon task.yield`), allowing the

0 commit comments

Comments
 (0)