We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e48008 + b6b80c1 commit e4965acCopy full SHA for e4965ac
1 file changed
design/mvp/CanonicalABI.md
@@ -1827,7 +1827,7 @@ their respective expansions.
1827
### Type Predicates
1828
1829
The `contains_borrow` and `contains_async_value` predicates return whether the
1830
-given type contains a `borrow` or `future/`stream`, respectively.
+given type contains a `borrow` or `future`/`stream`, respectively.
1831
```python
1832
def contains_borrow(t):
1833
return contains(t, lambda u: isinstance(u, BorrowType))
0 commit comments