Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-09-27 08:41:58 +0300
committerAndrew Gallant <jamslam@gmail.com>2015-09-27 08:41:58 +0300
commit9eb2abd4bb9f0c5c2c9e2c2121469c3cf7052cff (patch)
tree67ab1bf197de8ff8b95b8027cffdbda477eabfbd /src
parentb5c643ae36bdafead02cc47870806f29fce19310 (diff)
update docs
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0e2bca9..f2eff11 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -631,7 +631,7 @@ impl DirEntry {
///
/// Note that this *always* returns the path reported by the underlying
/// directory entry, even when symbolic links are followed. To get the
- /// target path, use `file_type` and `followed_link` to (cheaply) check if
+ /// target path, use `path_is_symbolic_link` to (cheaply) check if
/// this entry corresponds to a symbolic link, and `std::fs::read_link` to
/// resolve the target.
pub fn path(&self) -> &Path {