Rollup merge of #31765 - tshepang:shorten, r=steveklabnik

This commit is contained in:
Steve Klabnik 2016-02-19 14:23:29 -05:00
commit 2fe817df40

View file

@ -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