Skip to content

Commit

Permalink
doc: make the sentence more simple
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Feb 18, 2016
1 parent f075698 commit 31c78cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/env.rs
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 31c78cf

Please sign in to comment.