diff --git a/src/libstd/fs.rs b/src/libstd/fs.rs index a903452d54074..3c6748a804af5 100644 --- a/src/libstd/fs.rs +++ b/src/libstd/fs.rs @@ -748,7 +748,7 @@ impl AsInner for DirEntry { fn as_inner(&self) -> &fs_imp::DirEntry { &self.0 } } -/// Removes a file from the underlying filesystem. +/// Removes a file from the filesystem. /// /// Note that, just because an unlink call was successful, it is not /// guaranteed that a file is immediately deleted (e.g. depending on