Fix an String -> a String in env.rs documentation
Super minor change!
The `an String` was introduced in a828e79480 (diff-b596503c7c33ce457b6d047e351ac12bR423), which changed `an OsString` to `an String`.
This commit is contained in:
@@ -452,7 +452,7 @@ pub fn get_exit_status() -> i32 {
|
|||||||
EXIT_STATUS.load(Ordering::SeqCst) as i32
|
EXIT_STATUS.load(Ordering::SeqCst) as i32
|
||||||
}
|
}
|
||||||
|
|
||||||
/// An iterator over the arguments of a process, yielding an `String` value
|
/// An iterator over the arguments of a process, yielding a `String` value
|
||||||
/// for each argument.
|
/// for each argument.
|
||||||
///
|
///
|
||||||
/// This structure is created through the `std::env::args` method.
|
/// This structure is created through the `std::env::args` method.
|
||||||
|
|||||||
Reference in New Issue
Block a user