We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66853af commit fe9bb26Copy full SHA for fe9bb26
src/libstd/env.rs
@@ -452,7 +452,7 @@ pub fn get_exit_status() -> i32 {
452
EXIT_STATUS.load(Ordering::SeqCst) as i32
453
}
454
455
-/// An iterator over the arguments of a process, yielding an `String` value
+/// An iterator over the arguments of a process, yielding a `String` value
456
/// for each argument.
457
///
458
/// This structure is created through the `std::env::args` method.
0 commit comments