mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
docs: Fix typo in container guide.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user