Skip to content

Commit 9d9e6b2

Browse files
timClickslnicola
andauthored
Remove unnecessary hyphen
Co-authored-by: Laurențiu Nicola <[email protected]>
1 parent 5e2e9d2 commit 9d9e6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alloc/src/boxed.rs

Lines changed: 1 addition & 1 deletion
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)