We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04166e commit c261e8bCopy full SHA for c261e8b
design/mvp/CanonicalABI.md
@@ -1055,7 +1055,7 @@ that there is no Component Model type for passing the writable end of a
1055
stream.)
1056
```python
1057
RevokeBuffer = Callable[[], None]
1058
-OnPartialCopy = Callable[RevokeBuffer, None]
+OnPartialCopy = Callable[[RevokeBuffer], None]
1059
OnCopyDone = Callable[[], None]
1060
1061
class ReadableStream:
design/mvp/canonical-abi/definitions.py
@@ -637,7 +637,7 @@ def drop(self):
637
#### Stream State
638
639
640
641
642
643
0 commit comments