Skip to content

Commit

Permalink
Fixed grammatical error in example comment
Browse files Browse the repository at this point in the history
  • Loading branch information
user-simon authored Apr 27, 2022
1 parent 2799141 commit 332f326
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 332f326

Please sign in to comment.