Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion design/mvp/CanonicalABI.md
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,7 @@ their respective expansions.
### Type Predicates

The `contains_borrow` and `contains_async_value` predicates return whether the
given type contains a `borrow` or `future/`stream`, respectively.
given type contains a `borrow` or `future`/`stream`, respectively.
```python
def contains_borrow(t):
return contains(t, lambda u: isinstance(u, BorrowType))
Expand Down
Loading