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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue