diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2016-02-19 14:23:28 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2016-02-19 14:23:28 -0500 |
| commit | 1aec0af15f1d24e24b4993e600746f04e17839b0 (patch) | |
| tree | 8c374916a343b5e706c8be825296c3afe2ffd9c1 /src | |
| parent | 6233aba37222cb2dc63be37f66bc96bfd5b6477c (diff) | |
| parent | 2cf226bd7efbf91f80503093709eb22b882eb1fd (diff) | |
| download | rust-1aec0af15f1d24e24b4993e600746f04e17839b0.tar.gz rust-1aec0af15f1d24e24b4993e600746f04e17839b0.zip | |
Rollup merge of #31764 - tshepang:overlong-sentence, r=steveklabnik
Diffstat (limited to 'src')
| -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 559caad2d1f..e3841975062 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 |
