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:
parent
66853af9af
commit
fe9bb26e78
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ pub fn get_exit_status() -> 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.
|
||||
///
|
||||
/// This structure is created through the `std::env::args` method.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue