This commit is contained in:
Antonios Barotsis 2023-06-14 16:52:29 +02:00
parent 7b0eac438a
commit cb093fc648

View File

@ -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.