From 2cf226bd7efbf91f80503093709eb22b882eb1fd Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Thu, 18 Feb 2016 22:59:03 +0200 Subject: [PATCH] doc: reduce overlong sentence --- src/libstd/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/env.rs b/src/libstd/env.rs index fa48efb27881b..04c15ae320c59 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