Skip to content

Commit 072015e

Browse files
author
Jakub Bukaj
committed
rollup merge of #19205: jashank/docs-fix
Catch a missed triple-slash in the docs for `std::os::args()`. Passes `make check`. (I've also eyeballed the rest of `libstd` with the aid of some funky regexes and haven't found anything similar.)
2 parents 9d72118 + ab85448 commit 072015e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ extern "system" {
11101110
///
11111111
/// The first element is traditionally the path to the executable, but it can be
11121112
/// set to arbitrary text, and it may not even exist, so this property should not
1113-
// be relied upon for security purposes.
1113+
/// be relied upon for security purposes.
11141114
///
11151115
/// The arguments are interpreted as utf-8, with invalid bytes replaced with \uFFFD.
11161116
/// See `String::from_utf8_lossy` for details.

0 commit comments

Comments
 (0)