Skip to content

Commit e4965ac

Browse files
authored
Merge pull request #625 from vados-cosmonic/fix=typo
fix: typo in explanation of predicate fns
2 parents 2e48008 + b6b80c1 commit e4965ac

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)