Skip to content

Commit 43b60e3

Browse files
author
r00ster
authored
Make sentence in env::args_os' docs plain and simple
1 parent 7146f37 commit 43b60e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ pub fn args() -> Args {
752752
/// does on macOS and Windows.
753753
///
754754
/// Note that the returned iterator will not check if the arguments to the
755-
/// process are valid Unicode. To ensure UTF-8 validity,
755+
/// process are valid Unicode. If you want to panic on invalid UTF-8,
756756
/// use the [`args`] function instead.
757757
///
758758
/// # Examples

0 commit comments

Comments
 (0)