diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2016-02-19 14:23:28 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2016-02-19 14:23:28 -0500 |
| commit | 6233aba37222cb2dc63be37f66bc96bfd5b6477c (patch) | |
| tree | 6d8fc1ca48280a8308c15ccc3264d3c7d358aef3 /src/libstd | |
| parent | 575c85abfd294daa82afe9f09a6330e9b74cea63 (diff) | |
| parent | ba97cd9ad4d67c3375c6b703b0ff453b71a4d857 (diff) | |
| download | rust-6233aba37222cb2dc63be37f66bc96bfd5b6477c.tar.gz rust-6233aba37222cb2dc63be37f66bc96bfd5b6477c.zip | |
Rollup merge of #31763 - tshepang:extraneous-word, r=steveklabnik
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/env.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/env.rs b/src/libstd/env.rs index fa48efb2788..559caad2d1f 100644 --- a/src/libstd/env.rs +++ b/src/libstd/env.rs @@ -603,7 +603,7 @@ impl ExactSizeIterator for ArgsOs { /// Constants associated with the current target #[stable(feature = "env", since = "1.0.0")] 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. /// /// Some possible values: |
