Skip to content

Commit aedbd2d

Browse files
committed
Replace colon with parentheses, add missing period
1 parent 87072c1 commit aedbd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/bstr/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ use crate::ops::{Deref, DerefMut, DerefPure};
3636
/// presented as hex escape sequences.
3737
///
3838
/// The `Display` implementation behaves as if the `ByteStr` were first lossily converted to a
39-
/// `str`, with invalid UTF-8 presented as the Unicode replacement character: �
39+
/// `str`, with invalid UTF-8 presented as the Unicode replacement character (�).
4040
#[unstable(feature = "bstr", issue = "134915")]
4141
#[repr(transparent)]
4242
#[doc(alias = "BStr")]

0 commit comments

Comments
 (0)