diff --git a/src/libstd/os.rs b/src/libstd/os.rs index 7fd23321e2c..1402d3a3559 100644 --- a/src/libstd/os.rs +++ b/src/libstd/os.rs @@ -889,6 +889,7 @@ pub fn errno() -> uint { } /// Return the string corresponding to an `errno()` value of `errnum`. +/// /// # Example /// ```rust /// use std::os;