File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pub type ProgressSubscriber = AsyncChannelProgressSender<DownloadProgressEvent>;
25
25
/// [`ProgressSubscriber`] channel senders, which will receive each progress update (if they have
26
26
/// capacity). Additionally, the [`ProgressTracker`] maintains a [`TransferState`] for each
27
27
/// 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
29
29
/// containing the state at the time of the subscription, and then receive all further progress
30
30
/// events directly.
31
31
#[ derive( Debug , Default ) ]
You can’t perform that action at this time.
0 commit comments