We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f6d480 + dd0ab17 commit aa38b83Copy full SHA for aa38b83
text/1598-generic_associated_types.md
@@ -155,7 +155,7 @@ impl<T> StreamingIterator for StreamIterMut<T> {
155
### Using an associated type constructor to construct a type
156
157
Once a trait has an associated type constructor, it can be applied to any
158
-parameters or concrete term that are in scope. This can be done both inside the
+parameters or concrete terms that are in scope. This can be done both inside the
159
body of the trait and outside of it, using syntax which is analogous to the
160
syntax for using associated types. Here are some examples:
161
0 commit comments