Skip to content

Commit 9f1240b

Browse files
committed
Rollup merge of #23384 - daboross:patch-2, r=alexcrichton
This changed `an String` to `a String`. Very minor change! The usage of `an String` was introduced in a828e79#diff-b596503c7c33ce457b6d047e351ac12bR423, which changed `an OsString` to `an String`.
2 parents 9d8bafe + fe9bb26 commit 9f1240b

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)