]> git.lizzy.rs Git - rust.git/commitdiff
args() doc: Fix a documentation line.
authorJashank Jeremy <jashank@rulingia.com>
Sat, 22 Nov 2014 02:34:38 +0000 (13:34 +1100)
committerJashank Jeremy <jashank@rulingia.com>
Sat, 22 Nov 2014 02:34:38 +0000 (13:34 +1100)
src/libstd/os.rs

index d7ba4877086ea2275a617c5339f5c3974083ce16..688f4e35f08ec553c707ab867a6a89100cbca864 100644 (file)
@@ -1110,7 +1110,7 @@ fn CommandLineToArgvW(lpCmdLine: LPCWSTR,
 ///
 /// The first element is traditionally the path to the executable, but it can be
 /// set to arbitrary text, and it may not even exist, so this property should not
-//  be relied upon for security purposes.
+/// be relied upon for security purposes.
 ///
 /// The arguments are interpreted as utf-8, with invalid bytes replaced with \uFFFD.
 /// See `String::from_utf8_lossy` for details.