Skip to content

Commit cd30d5f

Browse files
committed
HTTPCookieStorage: make description match Darwin
1 parent ae1f6dd commit cd30d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/HTTPCookieStorage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ open class HTTPCookieStorage: NSObject {
183183
}
184184

185185
open override var description: String {
186-
return "<HTTPCookieStorage cookies count:\(cookies?.count ?? 0)>"
186+
return "<NSHTTPCookieStorage cookies count:\(cookies?.count ?? 0)>"
187187
}
188188

189189
private func createCookie(_ properties: [String: Any]) -> HTTPCookie? {

0 commit comments

Comments
 (0)