1
Fork 0

Make sentence in env::args_os' docs plain and simple

This commit is contained in:
r00ster 2021-04-27 21:31:04 +02:00 committed by GitHub
parent 1919b3f227
commit 1778f30cd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -752,7 +752,7 @@ pub fn args() -> Args {
/// does on macOS and Windows. /// does on macOS and Windows.
/// ///
/// Note that the returned iterator will not check if the arguments to the /// Note that the returned iterator will not check if the arguments to the
/// process are valid Unicode. To ensure UTF-8 validity, /// process are valid Unicode. If you want to panic on invalid UTF-8,
/// use the [`args`] function instead. /// use the [`args`] function instead.
/// ///
/// # Examples /// # Examples