about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2016-02-18 22:59:03 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2016-02-18 22:59:03 +0200
commit2cf226bd7efbf91f80503093709eb22b882eb1fd (patch)
tree4848b6f7a5a50d32a681183aee3616caa1c67db2
parentf075698ea59794f3ece46c365b8071d844adb6c0 (diff)
downloadrust-2cf226bd7efbf91f80503093709eb22b882eb1fd.tar.gz
rust-2cf226bd7efbf91f80503093709eb22b882eb1fd.zip
doc: reduce overlong sentence
-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..04c15ae320c 100644
--- a/src/libstd/env.rs
+++ b/src/libstd/env.rs
@@ -528,7 +528,7 @@ pub struct ArgsOs { inner: os_imp::Args }
 /// via the command line).
 ///
 /// The first element is traditionally the path to the executable, but it can be
-/// set to arbitrary text, and it may not even exist, so this property should
+/// set to arbitrary text, and may not even exist. This means this property should
 /// not be relied upon for security purposes.
 ///
 /// # Panics