Skip to content

Commit b174e3b

Browse files
committed
deploy: c742d55
1 parent 0efc0cf commit b174e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr/42/docs/src/iroh_blobs/downloader/progress.rs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
/// [`ProgressSubscriber`] channel senders, which will receive each progress update (if they have
220220
/// capacity). Additionally, the [`ProgressTracker`] maintains a [`TransferState`] for each
221221
/// transfer, applying each progress update to update this state. When subscribing to an already
222-
/// running transfer, the subscriber will receive a [`DownloadProgress::InitialState`] message
222+
/// running transfer, the subscriber will receive a [`DownloadProgressEvent::InitialState`] message
223223
/// containing the state at the time of the subscription, and then receive all further progress
224224
/// events directly.
225225
</span><span class="attr">#[derive(Debug, Default)]

0 commit comments

Comments
 (0)