Rollup merge of #96480 - user-simon:patch-1, r=Dylan-DPC
Fixed grammatical error in example comment Added missing "we" in sentence.
This commit is contained in:
commit
2c1d58b8cc
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
Add a link
Reference in a new issue