Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rklaehn committed Jan 3, 2025
1 parent 67f0d31 commit 525440a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/downloader/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub type ProgressSubscriber = AsyncChannelProgressSender<DownloadProgressEvent>;
/// [`ProgressSubscriber`] channel senders, which will receive each progress update (if they have
/// capacity). Additionally, the [`ProgressTracker`] maintains a [`TransferState`] for each
/// transfer, applying each progress update to update this state. When subscribing to an already
/// running transfer, the subscriber will receive a [`DownloadProgress::InitialState`] message
/// running transfer, the subscriber will receive a [`DownloadProgressEvent::InitialState`] message
/// containing the state at the time of the subscription, and then receive all further progress
/// events directly.
#[derive(Debug, Default)]
Expand Down

0 comments on commit 525440a

Please sign in to comment.