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>;
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 ) ]
You can’t perform that action at this time.
0 commit comments