Skip to content

Commit 90d9057

Browse files
authored
Merge pull request #1118 from MCluck90/issue-1115
Fixes #1115 by correcting the typo from into_iterator to into_iter
2 parents 2ce92be + 097a5eb commit 90d9057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trait/iter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ which may be manually defined in an `impl` block or automatically
77
defined (as in arrays and ranges).
88

99
As a point of convenience for common situations, the `for` construct
10-
turns some collections into iterators using the [`.into_iterator()`][intoiter] method.
10+
turns some collections into iterators using the [`.into_iter()`][intoiter] method.
1111

1212
```rust,editable
1313
struct Fibonacci {

0 commit comments

Comments
 (0)