Skip to content

Commit b6b80c1

Browse files
fix: typo in explanation of predicate fns
1 parent 2e48008 commit b6b80c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

design/mvp/CanonicalABI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1827,7 +1827,7 @@ their respective expansions.
18271827
### Type Predicates
18281828

18291829
The `contains_borrow` and `contains_async_value` predicates return whether the
1830-
given type contains a `borrow` or `future/`stream`, respectively.
1830+
given type contains a `borrow` or `future`/`stream`, respectively.
18311831
```python
18321832
def contains_borrow(t):
18331833
return contains(t, lambda u: isinstance(u, BorrowType))

0 commit comments

Comments
 (0)