Skip to content

Commit 525440a

Browse files
committed
Fix docs
1 parent 67f0d31 commit 525440a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/downloader/progress.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub type ProgressSubscriber = AsyncChannelProgressSender<DownloadProgressEvent>;
2525
/// [`ProgressSubscriber`] channel senders, which will receive each progress update (if they have
2626
/// capacity). Additionally, the [`ProgressTracker`] maintains a [`TransferState`] for each
2727
/// transfer, applying each progress update to update this state. When subscribing to an already
28-
/// running transfer, the subscriber will receive a [`DownloadProgress::InitialState`] message
28+
/// running transfer, the subscriber will receive a [`DownloadProgressEvent::InitialState`] message
2929
/// containing the state at the time of the subscription, and then receive all further progress
3030
/// events directly.
3131
#[derive(Debug, Default)]

0 commit comments

Comments
 (0)