We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f075698 commit 2cf226bCopy full SHA for 2cf226b
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