Skip to content

Commit 4066d22

Browse files
Rollup merge of #50745 - kraai:patch-1, r=kennytm
Uncapitalize "You"
2 parents 8902fc2 + 120cd2c commit 4066d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter/traits.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ impl<'a, I: DoubleEndedIterator + ?Sized> DoubleEndedIterator for &'a mut I {
587587
/// that information can be useful. For example, if you want to iterate
588588
/// backwards, a good start is to know where the end is.
589589
///
590-
/// When implementing an `ExactSizeIterator`, You must also implement
590+
/// When implementing an `ExactSizeIterator`, you must also implement
591591
/// [`Iterator`]. When doing so, the implementation of [`size_hint`] *must*
592592
/// return the exact size of the iterator.
593593
///

0 commit comments

Comments
 (0)