diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-02-18 23:13:22 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-02-18 23:13:22 +0200 |
| commit | 31c78cfe914e1e0987a8378c9e0a8a009cdeed05 (patch) | |
| tree | 54a2ae8f180ac31687da11bbb4fdcabff563bef6 /src/libstd | |
| parent | f075698ea59794f3ece46c365b8071d844adb6c0 (diff) | |
| download | rust-31c78cfe914e1e0987a8378c9e0a8a009cdeed05.tar.gz rust-31c78cfe914e1e0987a8378c9e0a8a009cdeed05.zip | |
doc: make the sentence more simple
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..981a766dac2 100644 --- a/src/libstd/env.rs +++ b/src/libstd/env.rs @@ -534,7 +534,7 @@ pub struct ArgsOs { inner: os_imp::Args } /// # Panics /// /// The returned iterator will panic during iteration if any argument to the -/// process is not valid unicode. If this is not desired it is recommended to +/// process is not valid unicode. If this is not desired, /// use the `args_os` function instead. /// /// # Examples |
