We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5a212 commit 020ec0aCopy full SHA for 020ec0a
library/alloc/src/boxed.rs
@@ -1373,7 +1373,7 @@ impl From<Cow<'_, str>> for Box<str> {
1373
///
1374
/// When `cow` is the `Cow::Borrowed` variant, this
1375
/// conversion allocates on the heap and copies the
1376
- /// underlying `str`. Otherwise, it will try to re-use the owned
+ /// underlying `str`. Otherwise, it will try to reuse the owned
1377
/// `String`'s allocation.
1378
1379
/// # Examples
0 commit comments