Replace colon with parentheses, add missing period
This commit is contained in:
parent
87072c1d2e
commit
aedbd2d1ec
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ use crate::ops::{Deref, DerefMut, DerefPure};
|
|||
/// presented as hex escape sequences.
|
||||
///
|
||||
/// The `Display` implementation behaves as if the `ByteStr` were first lossily converted to a
|
||||
/// `str`, with invalid UTF-8 presented as the Unicode replacement character: <20>
|
||||
/// `str`, with invalid UTF-8 presented as the Unicode replacement character (<28>).
|
||||
#[unstable(feature = "bstr", issue = "134915")]
|
||||
#[repr(transparent)]
|
||||
#[doc(alias = "BStr")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue