Skip to content

Commit 79e9f14

Browse files
committed
auto merge of #16026 : ruud-v-a/rust/patch-1, r=steveklabnik
2 parents 7097283 + d799315 commit 79e9f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide-container.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ differently.
118118
## Container iterators
119119

120120
Containers implement iteration over the contained elements by returning an
121-
iterator object. For example, vector slices several iterators available:
121+
iterator object. For example, for vector slices several iterators are available:
122122

123123
* `iter()` for immutable references to the elements
124124
* `mut_iter()` for mutable references to the elements

0 commit comments

Comments
 (0)