diff options
| -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 e3841975062..f7e13a35e9e 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 |
