Skip to content

Commit 2fe817d

Browse files
committed
Rollup merge of #31765 - tshepang:shorten, r=steveklabnik
2 parents 1aec0af + 31c78cf commit 2fe817d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ pub struct ArgsOs { inner: os_imp::Args }
534534
/// # Panics
535535
///
536536
/// The returned iterator will panic during iteration if any argument to the
537-
/// process is not valid unicode. If this is not desired it is recommended to
537+
/// process is not valid unicode. If this is not desired,
538538
/// use the `args_os` function instead.
539539
///
540540
/// # Examples

0 commit comments

Comments
 (0)