summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2016-02-25 23:14:20 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2016-02-25 23:14:20 +0200
commit6c21b1bad62bdf289196df01a85ceea0703284c8 (patch)
tree55071204d102a478f367c792c6bbc8832e6da1c7 /src/libstd
parentf6f050d09003a4c7895f44fed3a7c6cdce8f2949 (diff)
downloadrust-6c21b1bad62bdf289196df01a85ceea0703284c8.tar.gz
rust-6c21b1bad62bdf289196df01a85ceea0703284c8.zip
doc: that explanation was a mess
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/env.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/env.rs b/src/libstd/env.rs
index aa6a6d548b3..be61994ac39 100644
--- a/src/libstd/env.rs
+++ b/src/libstd/env.rs
@@ -482,8 +482,7 @@ pub fn temp_dir() -> PathBuf {
     os_imp::temp_dir()
 }
 
-/// Returns the filesystem path to the current executable which is running but
-/// with the executable name.
+/// Returns the full filesystem path to the current running executable.
 ///
 /// The path returned is not necessarily a "real path" to the executable as
 /// there may be intermediate symlinks.