We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ce92be + 097a5eb commit 90d9057Copy full SHA for 90d9057
src/trait/iter.md
@@ -7,7 +7,7 @@ which may be manually defined in an `impl` block or automatically
7
defined (as in arrays and ranges).
8
9
As a point of convenience for common situations, the `for` construct
10
-turns some collections into iterators using the [`.into_iterator()`][intoiter] method.
+turns some collections into iterators using the [`.into_iter()`][intoiter] method.
11
12
```rust,editable
13
struct Fibonacci {
0 commit comments