Skip to content

Commit 74c3ce9

Browse files
authored
Rollup merge of #92063 - OverOrion:patch-1, r=jyn514
docs: fix typo Add missing `'s` to ` Let check it out.`
2 parents e22aae0 + c53e819 commit 74c3ce9

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)