Skip to content

Commit e397c50

Browse files
authored
Rollup merge of #151805 - ZenPZero:patch-1, r=jhpratt
Fix grammar in `env::current_exe()#Security`
2 parents a67e345 + f5b5368 commit e397c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/std/src/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ pub fn temp_dir() -> PathBuf {
728728
///
729729
/// You expected to safely execute the current executable, but you're
730730
/// instead executing something completely different. The code you
731-
/// just executed run with your privileges.
731+
/// just executed runs with your privileges.
732732
///
733733
/// This sort of behavior has been known to [lead to privilege escalation] when
734734
/// used incorrectly.

0 commit comments

Comments
 (0)