Skip to content

Commit 3616388

Browse files
authored
Rollup merge of #112620 - AntoniosBarotsis:master, r=Nilstrieb
Fix small typo Fixes a small typo in the [`Successors`](https://doc.rust-lang.org/std/iter/struct.Successors.html) documentation.
2 parents 77b307f + cb093fc commit 3616388

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)