Skip to content

Commit 439d24e

Browse files
authored
Rollup merge of #96480 - user-simon:patch-1, r=Dylan-DPC
Fixed grammatical error in example comment Added missing "we" in sentence.
2 parents 021a4ff + 332f326 commit 439d24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/iter/sources/repeat_with.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use crate::iter::{FusedIterator, TrustedLen};
2727
/// use std::iter;
2828
///
2929
/// // let's assume we have some value of a type that is not `Clone`
30-
/// // or which don't want to have in memory just yet because it is expensive:
30+
/// // or which we don't want to have in memory just yet because it is expensive:
3131
/// #[derive(PartialEq, Debug)]
3232
/// struct Expensive;
3333
///

0 commit comments

Comments
 (0)