We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e48008 commit b6b80c1Copy full SHA for b6b80c1
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