We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f075698 commit ba97cd9Copy full SHA for ba97cd9
src/libstd/env.rs
@@ -603,7 +603,7 @@ impl ExactSizeIterator for ArgsOs {
603
/// Constants associated with the current target
604
#[stable(feature = "env", since = "1.0.0")]
605
pub mod consts {
606
- /// A string describing the architecture of the CPU that this is currently
+ /// A string describing the architecture of the CPU that is currently
607
/// in use.
608
///
609
/// Some possible values:
0 commit comments