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.
This commit is contained in:
parent
8bf77fa786
commit
5969bf663e
@ -889,6 +889,7 @@ pub fn errno() -> uint {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Return the string corresponding to an `errno()` value of `errnum`.
|
/// Return the string corresponding to an `errno()` value of `errnum`.
|
||||||
|
///
|
||||||
/// # Example
|
/// # Example
|
||||||
/// ```rust
|
/// ```rust
|
||||||
/// use std::os;
|
/// use std::os;
|
||||||
|
Loading…
Reference in New Issue
Block a user