Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Dice <joel.dice@fermyon.com>
  • Loading branch information
lukewagner and dicej authored Dec 20, 2024
1 parent 44c112b commit 45b8873
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 @@ -604,7 +604,7 @@ callback instead of simply returning the values from `canon_lift` enables the
callee to keep executing after returning its results. There is a dynamic error
if `task.return` is not called exactly once and if the callee has not dropped
all borrowed handles by the time `task.return` is called. This means that the
caller can assume that ownership all its lent borrowed handles has been
caller can assume that ownership of all its lent borrowed handles has been
returned to it when it is notified that the `Subtask` has reached the
`RETURNED` state.
```python
Expand Down

0 comments on commit 45b8873

Please sign in to comment.