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.
1 parent 39ba856 commit acc65ccCopy full SHA for acc65cc
library/core/src/iter/traits/iterator.rs
@@ -138,7 +138,7 @@ pub trait Iterator {
138
/// A more complex example:
139
///
140
/// ```
141
- /// // The even numbers from zero to nine.
+ /// // The even numbers in the range of zero to nine.
142
/// let iter = (0..10).filter(|x| x % 2 == 0);
143
144
/// // We might iterate from zero to ten times. Knowing that it's five
0 commit comments