diff --git a/crates/tarball/src/lib.rs b/crates/tarball/src/lib.rs index 8ccb84bb..66e51e50 100644 --- a/crates/tarball/src/lib.rs +++ b/crates/tarball/src/lib.rs @@ -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, TarballError> { let &DownloadTarballToStore { http_client,