Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewagner committed Jan 13, 2025
1 parent 3ad57b4 commit cbdd15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/mvp/CanonicalABI.md
Original file line number Diff line number Diff line change
Expand Up @@ -2950,7 +2950,7 @@ async def canon_task_yield(sync, task):
await task.yield_(sync)
return []
```
If `async` is set, no other tasks *in the same component instance* can
If `sync` is set, no other tasks *in the same component instance* can
execute, however tasks in *other* component instances may execute. This allows
a long-running task in one component to avoid starving other components
without needing support full reentrancy.
Expand Down

0 comments on commit cbdd15d

Please sign in to comment.