Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Add missing `'s` to ` Let check it out.`
  • Loading branch information
OverOrion committed Dec 18, 2021
1 parent 208ced6 commit c53e819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/borrow.rs
Expand Up @@ -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"),
Expand Down

0 comments on commit c53e819

Please sign in to comment.