We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7af19c commit e046a7aCopy full SHA for e046a7a
src/libcore/iter/traits/double_ended.rs
@@ -69,7 +69,7 @@ pub trait DoubleEndedIterator: Iterator {
69
/// Returns the `n`th element from the end of the iterator.
70
///
71
/// This is essentially the reversed version of [`nth`]. Although like most indexing
72
- /// operations, the count starts from zero, so `nth_back(0)` returns the first value fro
+ /// operations, the count starts from zero, so `nth_back(0)` returns the first value from
73
/// the end, `nth_back(1)` the second, and so on.
74
75
/// Note that all elements between the end and the returned element will be
0 commit comments