We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1aec0af + 31c78cf commit 2fe817dCopy full SHA for 2fe817d
src/libstd/env.rs
@@ -534,7 +534,7 @@ pub struct ArgsOs { inner: os_imp::Args }
534
/// # Panics
535
///
536
/// 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
+/// process is not valid unicode. If this is not desired,
538
/// use the `args_os` function instead.
539
540
/// # Examples
0 commit comments