From 6c21b1bad62bdf289196df01a85ceea0703284c8 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Thu, 25 Feb 2016 23:14:20 +0200 Subject: [PATCH] doc: that explanation was a mess --- src/libstd/env.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libstd/env.rs b/src/libstd/env.rs index aa6a6d548b31a..be61994ac39ef 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.