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:
Barosl Lee 2014-11-12 03:48:42 +09:00
parent 8bf77fa786
commit 5969bf663e

View File

@ -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;