Indicate None is code-like in doc comment.

This commit is contained in:
Corey Farwell 2016-04-02 20:20:52 -04:00
parent 3ec71b033a
commit da4d7f59ad

View File

@ -181,7 +181,7 @@ fn _var(key: &OsStr) -> Result<String, VarError> {
}
/// Fetches the environment variable `key` from the current process, returning
/// None if the variable isn't set.
/// `None` if the variable isn't set.
///
/// # Examples
///