Skip to content

Commit

Permalink
doc: fix explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Devdutt Shenoi committed Apr 4, 2024
1 parent f936fae commit 2aea2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uplink/src/collector/downloader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ impl FileDownloader {
error!("Downloader thread stopped");
}

// reloads a download if it wasn't completed during the previous run of uplink
// Loads a download left uncompleted during the previous run of uplink and continues it
async fn reload(&mut self) {
let mut state = match DownloadState::load(&self.config) {
Ok(s) => s,
Expand Down

0 comments on commit 2aea2fe

Please sign in to comment.