瀏覽代碼

Fix updated -> update Typo (#3611)

bondxf 3 年之前
父節點
當前提交
53a24e8716
共有 1 個文件被更改,包括 1 次插入1 次删除
  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