We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b139669 commit 86d8e47Copy full SHA for 86d8e47
src/libcore/iter/sources.rs
@@ -504,10 +504,8 @@ pub fn once_with<A, F: FnOnce() -> A>(gen: F) -> OnceWith<F> {
504
/// [`FusedIterator`]: trait.FusedIterator.html
505
/// [`Iterator::size_hint`]: trait.Iterator.html#method.size_hint
506
///
507
-/// The closure can use its its captures and environment
508
-/// to track state across iterations.
509
-/// Depending on how the iterator is used,
510
-/// this may require specifying the `move` keyword on the closure.
+/// The closure can use captures and its environment to track state across iterations. Depending on
+/// how the iterator is used, this may require specifying the `move` keyword on the closure.
511
512
/// # Examples
513
0 commit comments