Fixed more typos in library/core
This commit is contained in:
parent
92f45900bb
commit
cbf92fcf39
4 changed files with 5 additions and 5 deletions
|
|
@ -1072,7 +1072,7 @@ pub(crate) mod builtin {
|
|||
/// If the environment variable is not defined, then a compilation error
|
||||
/// will be emitted. To not emit a compile error, use the [`option_env!`]
|
||||
/// macro instead. A compilation error will also be emitted if the
|
||||
/// environment variable is not a vaild Unicode string.
|
||||
/// environment variable is not a valid Unicode string.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue