mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
docs: Fix typo in container guide.
This commit is contained in:
parent
d114ddac03
commit
d7993153a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user