Skip to content

Commit fe9bb26

Browse files
committed
Fix an String -> a String in env.rs documentation
Super minor change! The `an String` was introduced in a828e79#diff-b596503c7c33ce457b6d047e351ac12bR423, which changed `an OsString` to `an String`.
1 parent 66853af commit fe9bb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ pub fn get_exit_status() -> i32 {
452452
EXIT_STATUS.load(Ordering::SeqCst) as i32
453453
}
454454

455-
/// An iterator over the arguments of a process, yielding an `String` value
455+
/// An iterator over the arguments of a process, yielding a `String` value
456456
/// for each argument.
457457
///
458458
/// This structure is created through the `std::env::args` method.

0 commit comments

Comments
 (0)