Skip to content

Commit

Permalink
chore(git): merge
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Nov 4, 2023
2 parents fc7d2b1 + 17eccda commit 690d5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tarball/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl<'a> DownloadTarballToStore<'a> {
}
}

/// Execute the subroutine, but without using cache.
/// Execute the subroutine without a cache.
pub async fn without_cache(&self) -> Result<HashMap<OsString, PathBuf>, TarballError> {
let &DownloadTarballToStore {
http_client,
Expand Down

0 comments on commit 690d5e1

Please sign in to comment.