Skip to content

Commit 51bbd69

Browse files
committed
Fix incorrect markdown title
1 parent cd1bf6d commit 51bbd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/str/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ pub fn from_utf8(v: &[u8]) -> Result<&str, Utf8Error> {
319319
/// assert_eq!("Hello, Rust!", outstr);
320320
/// ```
321321
///
322-
/// # Incorrect bytes:
322+
/// Incorrect bytes:
323323
///
324324
/// ```
325325
/// use std::str;

0 commit comments

Comments
 (0)