We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c02a96 commit 29283b0Copy full SHA for 29283b0
Foundation/URLSession/URLSessionTask.swift
@@ -25,7 +25,7 @@ import Dispatch
25
/// of processing a given request.
26
open class URLSessionTask : NSObject, NSCopying {
27
28
- public var countOfBytesClientExpectsToRecieve: Int64 { NSUnimplemented() }
+ public var countOfBytesClientExpectsToReceive: Int64 { NSUnimplemented() }
29
public var countOfBytesClientExpectsToSend: Int64 { NSUnimplemented() }
30
public var earliestBeginDate: Date? { NSUnimplemented() }
31
0 commit comments