Skip to content

Commit a0c6dac

Browse files
committed
Fix type of subtask.cancel in CanonicalABI.md description
1 parent ddc8f65 commit a0c6dac

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
@@ -3918,7 +3918,7 @@ For a canonical definition:
39183918
(canon subtask.cancel async? (core func $f))
39193919
```
39203920
validation specifies:
3921-
* `$f` is given type `(func (param i32))`
3921+
* `$f` is given type `(func (param i32) (result i32))`
39223922
* 🚝 - `async` is allowed (otherwise it must be absent)
39233923

39243924
Calling `$f` sends a request to a nondeterministically-chosen thread of the

0 commit comments

Comments
 (0)