Skip to content

Commit a55a40e

Browse files
committed
doc: Fix a reference on FileDownloadTask
1 parent fde404e commit a55a40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Toolkit/Toolkit/FileDownloadTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public enum FileDownloadStatus
116116
/// <summary>
117117
/// The download is starting.
118118
/// </summary>
119-
/// <seealso cref="FileDownloadTask.BeginDownloadAsync(string, Uri, HttpMessageHandler?)"/>
119+
/// <seealso cref="FileDownloadTask.BeginDownloadAsync(string, Uri, HttpMessageHandler, CancellationToken)"/>
120120
Starting,
121121

122122
/// <summary>

0 commit comments

Comments
 (0)