Skip to content

Commit 0de3677

Browse files
Fix typo
Co-authored-by: Benjamin Peter <145429680+benjamin-nw@users.noreply.github.com>
1 parent aca631f commit 0de3677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/std/src/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ pub struct SplitPaths<'a> {
451451
///
452452
/// # Panics
453453
///
454-
/// This will panic on systems where theere is no delimited `PATH` variable,
454+
/// This will panic on systems where there is no delimited `PATH` variable,
455455
/// such as UEFI.
456456
///
457457
/// # Examples

0 commit comments

Comments
 (0)