Fixed grammatical error in example comment
This commit is contained in:
parent
2799141fde
commit
332f326334
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue