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 997bd33 + 162330d commit 3223c88Copy full SHA for 3223c88
src/doc/style/features/traits/generics.md
@@ -8,7 +8,7 @@ yielding items of type `A` to produce a collection of `A`:
8
fn from_iter<T: Iterator<A>>(iterator: T) -> SomeCollection<A>
9
```
10
11
-Here, the `Iterator` trait is specifies an interface that a type `T` must
+Here, the `Iterator` trait specifies an interface that a type `T` must
12
explicitly implement to be used by this generic function.
13
14
**Pros**:
0 commit comments