diff --git a/library/std/src/env.rs b/library/std/src/env.rs index 5c068ad2471a..615b767a4ea5 100644 --- a/library/std/src/env.rs +++ b/library/std/src/env.rs @@ -728,7 +728,7 @@ pub fn temp_dir() -> PathBuf { /// /// You expected to safely execute the current executable, but you're /// instead executing something completely different. The code you -/// just executed run with your privileges. +/// just executed runs with your privileges. /// /// This sort of behavior has been known to [lead to privilege escalation] when /// used incorrectly.