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.
1 parent d114dda commit d799315Copy full SHA for d799315
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