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.
This commit is contained in:
commit
3616388139
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ where
|
|||
Successors { next: first, succ }
|
||||
}
|
||||
|
||||
/// An new iterator where each successive item is computed based on the preceding one.
|
||||
/// A new iterator where each successive item is computed based on the preceding one.
|
||||
///
|
||||
/// This `struct` is created by the [`iter::successors()`] function.
|
||||
/// See its documentation for more.
|
||||
|
|
Loading…
Add table
Reference in a new issue