Skip to content

Commit f8b5705

Browse files
committed
Update documentation
1 parent e275cce commit f8b5705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncHTTPClient/FileDownloadDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public final class FileDownloadDelegate: HTTPClientResponseDelegate {
5656
try self.init(path: path, pool: .some(pool), reportHead: reportHead, reportProgress: reportProgress)
5757
}
5858

59-
/// Initializes a new file download delegate and spawns a new thread for file I/O.
59+
/// Initializes a new file download delegate and uses the shared thread pool of the ``HTTPClient`` for file I/O.
6060
///
6161
/// - parameters:
6262
/// - path: Path to a file you'd like to write the download to.

0 commit comments

Comments
 (0)