about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2016-02-18 23:13:22 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2016-02-18 23:13:22 +0200
commit31c78cfe914e1e0987a8378c9e0a8a009cdeed05 (patch)
tree54a2ae8f180ac31687da11bbb4fdcabff563bef6 /src/libstd
parentf075698ea59794f3ece46c365b8071d844adb6c0 (diff)
downloadrust-31c78cfe914e1e0987a8378c9e0a8a009cdeed05.tar.gz
rust-31c78cfe914e1e0987a8378c9e0a8a009cdeed05.zip
doc: make the sentence more simple
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/env.rs2
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