Rollup merge of #31763 - tshepang:extraneous-word, r=steveklabnik

This commit is contained in:
Steve Klabnik
2016-02-19 14:23:28 -05:00

View File

@@ -603,7 +603,7 @@ impl ExactSizeIterator for ArgsOs {
/// Constants associated with the current target /// Constants associated with the current target
#[stable(feature = "env", since = "1.0.0")] #[stable(feature = "env", since = "1.0.0")]
pub mod consts { pub mod consts {
/// A string describing the architecture of the CPU that this is currently /// A string describing the architecture of the CPU that is currently
/// in use. /// in use.
/// ///
/// Some possible values: /// Some possible values: