Skip to content

Commit 6233aba

Browse files
committed
Rollup merge of #31763 - tshepang:extraneous-word, r=steveklabnik
2 parents 575c85a + ba97cd9 commit 6233aba

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
@@ -603,7 +603,7 @@ impl ExactSizeIterator for ArgsOs {
603603
/// Constants associated with the current target
604604
#[stable(feature = "env", since = "1.0.0")]
605605
pub mod consts {
606-
/// A string describing the architecture of the CPU that this is currently
606+
/// A string describing the architecture of the CPU that is currently
607607
/// in use.
608608
///
609609
/// Some possible values:

0 commit comments

Comments
 (0)