Skip to content

Commit

Permalink
auto merge of #16026 : ruud-v-a/rust/patch-1, r=steveklabnik
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jul 27, 2014
2 parents 7097283 + d799315 commit 79e9f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/guide-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ differently.
## Container iterators

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

* `iter()` for immutable references to the elements
* `mut_iter()` for mutable references to the elements
Expand Down

0 comments on commit 79e9f14

Please sign in to comment.