about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJashank Jeremy <jashank@rulingia.com>2014-11-22 13:34:38 +1100
committerJashank Jeremy <jashank@rulingia.com>2014-11-22 13:34:38 +1100
commitab854481bafdd62ab98b7abbb08f86bcd7cc8190 (patch)
tree95f762aa0c0adf18b95c230074a16be18dd63cd7
parent81eeec0941f936f0f3de881c3991a74f32fe0625 (diff)
downloadrust-ab854481bafdd62ab98b7abbb08f86bcd7cc8190.tar.gz
rust-ab854481bafdd62ab98b7abbb08f86bcd7cc8190.zip
args() doc: Fix a documentation line.
-rw-r--r--src/libstd/os.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/os.rs b/src/libstd/os.rs
index d7ba4877086..688f4e35f08 100644
--- a/src/libstd/os.rs
+++ b/src/libstd/os.rs
@@ -1110,7 +1110,7 @@ extern "system" {
 ///
 /// 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.