Skip to content

Commit

Permalink
Rollup merge of #96480 - user-simon:patch-1, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Fixed grammatical error in example comment

Added missing "we" in sentence.
  • Loading branch information
Dylan-DPC authored Apr 28, 2022
2 parents 0cbf3b2 + 332f326 commit 2c1d58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/iter/sources/repeat_with.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use crate::iter::{FusedIterator, TrustedLen};
/// use std::iter;
///
/// // let's assume we have some value of a type that is not `Clone`
/// // or which don't want to have in memory just yet because it is expensive:
/// // or which we don't want to have in memory just yet because it is expensive:
/// #[derive(PartialEq, Debug)]
/// struct Expensive;
///
Expand Down

0 comments on commit 2c1d58b

Please sign in to comment.