Skip to content

Commit 020ec0a

Browse files
timClickslnicola
andauthored
Remove unnecessary hyphen
Co-authored-by: Laurențiu Nicola <[email protected]>
1 parent fa5a212 commit 020ec0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/boxed.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ impl From<Cow<'_, str>> for Box<str> {
13731373
///
13741374
/// When `cow` is the `Cow::Borrowed` variant, this
13751375
/// conversion allocates on the heap and copies the
1376-
/// underlying `str`. Otherwise, it will try to re-use the owned
1376+
/// underlying `str`. Otherwise, it will try to reuse the owned
13771377
/// `String`'s allocation.
13781378
///
13791379
/// # Examples

0 commit comments

Comments
 (0)