mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Rollup merge of #92063 - OverOrion:patch-1, r=jyn514
docs: fix typo Add missing `'s` to ` Let check it out.`
This commit is contained in:
commit
74c3ce9207
@ -170,7 +170,7 @@ where
|
||||
/// clone_on_write.values.to_mut().push(3);
|
||||
/// println!("clone_on_write = {:?}", clone_on_write.values);
|
||||
///
|
||||
/// // The data was mutated. Let check it out.
|
||||
/// // The data was mutated. Let's check it out.
|
||||
/// match clone_on_write {
|
||||
/// Items { values: Cow::Owned(_) } => println!("clone_on_write contains owned data"),
|
||||
/// _ => panic!("expect owned data"),
|
||||
|
Loading…
Reference in New Issue
Block a user