1
Fork 0
Co-authored-by: Benjamin Peter <145429680+benjamin-nw@users.noreply.github.com>
This commit is contained in:
Josh Triplett 2024-02-10 18:59:47 -08:00 committed by GitHub
parent aca631fb9b
commit 0de367748c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -451,7 +451,7 @@ pub struct SplitPaths<'a> {
///
/// # Panics
///
/// This will panic on systems where theere is no delimited `PATH` variable,
/// This will panic on systems where there is no delimited `PATH` variable,
/// such as UEFI.
///
/// # Examples