Remove unnecessary hyphen
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
parent
fa5a212896
commit
020ec0a039
@ -1373,7 +1373,7 @@ impl From<Cow<'_, str>> for Box<str> {
|
|||||||
///
|
///
|
||||||
/// When `cow` is the `Cow::Borrowed` variant, this
|
/// When `cow` is the `Cow::Borrowed` variant, this
|
||||||
/// conversion allocates on the heap and copies the
|
/// conversion allocates on the heap and copies the
|
||||||
/// underlying `str`. Otherwise, it will try to re-use the owned
|
/// underlying `str`. Otherwise, it will try to reuse the owned
|
||||||
/// `String`'s allocation.
|
/// `String`'s allocation.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
Loading…
Reference in New Issue
Block a user