We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208ced6 commit c53e819Copy full SHA for c53e819
library/alloc/src/borrow.rs
@@ -170,7 +170,7 @@ where
170
/// clone_on_write.values.to_mut().push(3);
171
/// println!("clone_on_write = {:?}", clone_on_write.values);
172
///
173
-/// // The data was mutated. Let check it out.
+/// // The data was mutated. Let's check it out.
174
/// match clone_on_write {
175
/// Items { values: Cow::Owned(_) } => println!("clone_on_write contains owned data"),
176
/// _ => panic!("expect owned data"),
0 commit comments