Browse Source

Fix updated -> update Typo (#3611)

bondxf 3 years ago
parent
commit
53a24e8716
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Request.swift

+ 1 - 1
Source/Request.swift

@@ -1145,7 +1145,7 @@ public class DataRequest: Request {
         return session.dataTask(with: copiedRequest)
     }
 
-    /// Called to updated the `downloadProgress` of the instance.
+    /// Called to update the `downloadProgress` of the instance.
     func updateDownloadProgress() {
         let totalBytesReceived = Int64(data?.count ?? 0)
         let totalBytesExpected = task?.response?.expectedContentLength ?? NSURLSessionTransferSizeUnknown