Skip to content

Commit ab85448

Browse files
committed
args() doc: Fix a documentation line.
1 parent 81eeec0 commit ab85448

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)