Skip to content

Commit

Permalink
Fix an String -> a String in env.rs documentation
Browse files Browse the repository at this point in the history
Super minor change!

The `an String` was introduced in a828e79#diff-b596503c7c33ce457b6d047e351ac12bR423, which changed `an OsString` to `an String`.
  • Loading branch information
daboross committed Mar 15, 2015
1 parent 66853af commit fe9bb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fe9bb26

Please sign in to comment.