Skip to content

Commit aa38b83

Browse files
authored
Merge pull request #3171 from umanwizard/patch-1
Fix typo in 1598-generic_associated_types.md
2 parents 9f6d480 + dd0ab17 commit aa38b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1598-generic_associated_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ impl<T> StreamingIterator for StreamIterMut<T> {
155155
### Using an associated type constructor to construct a type
156156

157157
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
158+
parameters or concrete terms that are in scope. This can be done both inside the
159159
body of the trait and outside of it, using syntax which is analogous to the
160160
syntax for using associated types. Here are some examples:
161161

0 commit comments

Comments
 (0)