Make sentence in env::args_os' docs plain and simple
This commit is contained in:
parent
1919b3f227
commit
1778f30cd8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue