diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-02-18 22:46:03 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-02-18 22:46:03 +0200 |
| commit | ba97cd9ad4d67c3375c6b703b0ff453b71a4d857 (patch) | |
| tree | e8900183b5b2f88ce385a26888bcc7970f4300d2 | |
| parent | f075698ea59794f3ece46c365b8071d844adb6c0 (diff) | |
| download | rust-ba97cd9ad4d67c3375c6b703b0ff453b71a4d857.tar.gz rust-ba97cd9ad4d67c3375c6b703b0ff453b71a4d857.zip | |
doc: remove a word that makes the sentence hard to read
| -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: |
