From a4a41ddfbd0f137c474e1884829f6e0b6b9592b4 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Wed, 27 Nov 2024 20:14:42 -0800 Subject: [PATCH] Edit comment. --- RSWeb/Sources/RSWeb/DownloadSession.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RSWeb/Sources/RSWeb/DownloadSession.swift b/RSWeb/Sources/RSWeb/DownloadSession.swift index 23eb43b37..aa4cc4b25 100755 --- a/RSWeb/Sources/RSWeb/DownloadSession.swift +++ b/RSWeb/Sources/RSWeb/DownloadSession.swift @@ -9,7 +9,7 @@ import Foundation // Create a DownloadSessionDelegate, then create a DownloadSession. -// To download things: call downloadObjects, with a set of represented objects, to download things. DownloadSession will call the various delegate methods. +// To download things: call download with a set of URLs. DownloadSession will call the various delegate methods. public protocol DownloadSessionDelegate { @@ -154,7 +154,6 @@ private extension DownloadSession { return } - var urlToUse = url // If received permanent redirect earlier, use that URL.