We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8958e50 + e046a7a commit 0bd3a85Copy full SHA for 0bd3a85
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