Fixed more typos in library/core

This commit is contained in:
ranger-ross
2024-08-31 14:57:38 +09:00
parent 92f45900bb
commit cbf92fcf39
4 changed files with 5 additions and 5 deletions

View File

@@ -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
///