Skip to content

Commit cb093fc

Browse files
Fix typo
1 parent 7b0eac4 commit cb093fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/iter/sources/successors.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ where
2222
Successors { next: first, succ }
2323
}
2424

25-
/// An new iterator where each successive item is computed based on the preceding one.
25+
/// A new iterator where each successive item is computed based on the preceding one.
2626
///
2727
/// This `struct` is created by the [`iter::successors()`] function.
2828
/// See its documentation for more.

0 commit comments

Comments
 (0)