Skip to content

Commit 8f88460

Browse files
fixup doc comment
1 parent 2aec2fa commit 8f88460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iroh/src/rpc_protocol/blobs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pub struct AddPathRequest {
112112
#[derive(Debug, Serialize, Deserialize, derive_more::Into)]
113113
pub struct AddPathResponse(pub AddProgress);
114114

115-
/// Progress response for [`DownloadRequest`]
115+
/// Progress response for [`BlobDownloadRequest`]
116116
#[derive(Debug, Clone, Serialize, Deserialize, derive_more::From, derive_more::Into)]
117117
pub struct DownloadResponse(pub DownloadProgress);
118118

0 commit comments

Comments
 (0)