Skip to content

Commit 31c78cf

Browse files
committed
doc: make the sentence more simple
1 parent f075698 commit 31c78cf

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)