Skip to content

Commit 4ff539a

Browse files
authored
Merge pull request #2767 from pierwill/patch-1
Edit `rustup::dist::download::DownloadCfg` docs
2 parents 5e43c1e + 9c2c7ec commit 4ff539a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dist/download.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl ops::Deref for File {
3636
}
3737

3838
impl<'a> DownloadCfg<'a> {
39-
/// Downloads a file, validating its hash, and resuming interrupted downloads
39+
/// Downloads a file and validates its hash. Resumes interrupted downloads.
4040
/// Partial downloads are stored in `self.download_dir`, keyed by hash. If the
4141
/// target file already exists, then the hash is checked and it is returned
4242
/// immediately without re-downloading.

0 commit comments

Comments
 (0)