Skip to content

Commit

Permalink
doc: remove an unneeded distinction
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Aug 10, 2015
1 parent 8856927 commit 9f597fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/fs.rs
Expand Up @@ -748,7 +748,7 @@ impl AsInner<fs_imp::DirEntry> 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
Expand Down

0 comments on commit 9f597fe

Please sign in to comment.