docs: Fix typo in container guide.
This commit is contained in:
parent
d114ddac03
commit
d7993153a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue