Skip to content

Commit

Permalink
plain: rework comment for touch
Browse files Browse the repository at this point in the history
TESTED=itsacomment.
  • Loading branch information
pkhuong committed Sep 6, 2021
1 parent 9377adf commit b99558a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl PlainCache {

/// Marks the cached file `name` as newly used, if it exists.
///
/// Succeeds if `name` does not exist anymore.
/// Succeeds even if `name` does not exist.
pub fn touch(&self, name: &str) -> Result<()> {
CacheDir::touch(self, name)
}
Expand Down

0 comments on commit b99558a

Please sign in to comment.