1
Fork 0

docs: Fix typo in container guide.

This commit is contained in:
Ruud van Asseldonk 2014-07-27 10:14:44 +02:00
parent d114ddac03
commit d7993153a4

View file

@ -118,7 +118,7 @@ differently.
## Container iterators ## Container iterators
Containers implement iteration over the contained elements by returning an 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 * `iter()` for immutable references to the elements
* `mut_iter()` for mutable references to the elements * `mut_iter()` for mutable references to the elements