Skip to content

Commit

Permalink
Rollup merge of #50745 - kraai:patch-1, r=kennytm
Browse files Browse the repository at this point in the history
Uncapitalize "You"
  • Loading branch information
GuillaumeGomez authored May 15, 2018
2 parents 8902fc2 + 120cd2c commit 4066d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/iter/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ impl<'a, I: DoubleEndedIterator + ?Sized> DoubleEndedIterator for &'a mut I {
/// that information can be useful. For example, if you want to iterate
/// backwards, a good start is to know where the end is.
///
/// When implementing an `ExactSizeIterator`, You must also implement
/// When implementing an `ExactSizeIterator`, you must also implement
/// [`Iterator`]. When doing so, the implementation of [`size_hint`] *must*
/// return the exact size of the iterator.
///
Expand Down

0 comments on commit 4066d22

Please sign in to comment.