Update env.rs

pull/13738/head
leopardracer 2025-06-10 21:49:34 +03:00 committed by GitHub
parent a0e781efa5
commit 211dcfc2c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ fn expand_impl(src: &OsStr, mut resolve: impl FnMut(&OsStr) -> Option<OsString>)
}
}
/// performs substitution of enviorment variables. Supports the following (POSIX) syntax:
/// performs substitution of environment variables. Supports the following (POSIX) syntax:
///
/// * `$<var>`, `${<var>}`
/// * `${<var>:-<default>}`, `${<var>-<default>}`