Skip to content

Commit

Permalink
Rollup merge of rust-lang#31765 - tshepang:shorten, r=steveklabnik
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Feb 19, 2016
2 parents 1aec0af + 31c78cf commit 2fe817d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fe817d

Please sign in to comment.