We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46c35c7 + 02850d3 commit ef58949Copy full SHA for ef58949
library/core/src/iter/range.rs
@@ -111,7 +111,7 @@ pub unsafe trait Step: Clone + PartialOrd + Sized {
111
Step::forward(start, count)
112
}
113
114
- /// Returns the value that would be obtained by taking the *successor*
+ /// Returns the value that would be obtained by taking the *predecessor*
115
/// of `self` `count` times.
116
///
117
/// If this would overflow the range of values supported by `Self`, returns `None`.
0 commit comments