Skip to content

Commit c53e819

Browse files
authored
docs: fix typo
Add missing `'s` to ` Let check it out.`
1 parent 208ced6 commit c53e819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/borrow.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ where
170170
/// clone_on_write.values.to_mut().push(3);
171171
/// println!("clone_on_write = {:?}", clone_on_write.values);
172172
///
173-
/// // The data was mutated. Let check it out.
173+
/// // The data was mutated. Let's check it out.
174174
/// match clone_on_write {
175175
/// Items { values: Cow::Owned(_) } => println!("clone_on_write contains owned data"),
176176
/// _ => panic!("expect owned data"),

0 commit comments

Comments
 (0)