We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6233aba + 2cf226b commit 1aec0afCopy full SHA for 1aec0af
src/libstd/env.rs
@@ -528,7 +528,7 @@ pub struct ArgsOs { inner: os_imp::Args }
528
/// via the command line).
529
///
530
/// The first element is traditionally the path to the executable, but it can be
531
-/// set to arbitrary text, and it may not even exist, so this property should
+/// set to arbitrary text, and may not even exist. This means this property should
532
/// not be relied upon for security purposes.
533
534
/// # Panics
0 commit comments