We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7097283 + d799315 commit 79e9f14Copy full SHA for 79e9f14
src/doc/guide-container.md
@@ -118,7 +118,7 @@ differently.
118
## Container iterators
119
120
Containers implement iteration over the contained elements by returning an
121
-iterator object. For example, vector slices several iterators available:
+iterator object. For example, for vector slices several iterators are available:
122
123
* `iter()` for immutable references to the elements
124
* `mut_iter()` for mutable references to the elements
0 commit comments