Replace colon with parentheses, add missing period

This commit is contained in:
Tamir Duberstein 2025-04-18 11:25:46 -04:00
parent 87072c1d2e
commit aedbd2d1ec
No known key found for this signature in database

View file

@ -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")]