Skip to content

Commit 5969bf6

Browse files
committed
Fix documentation bug
The first paragraph must be separated from the next paragraph. Otherwise, rustdoc will consider the content of the latter as part of the title.
1 parent 8bf77fa commit 5969bf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/os.rs

+1
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,7 @@ pub fn errno() -> uint {
889889
}
890890

891891
/// Return the string corresponding to an `errno()` value of `errnum`.
892+
///
892893
/// # Example
893894
/// ```rust
894895
/// use std::os;

0 commit comments

Comments
 (0)