From 5df8dfc284fae6e6120837e34c0d732724fcfeb8 Mon Sep 17 00:00:00 2001 From: David Dunn Date: Thu, 6 Apr 2017 11:07:06 +0100 Subject: [PATCH] Update HTTPCookiePropertyKey.path comment --- Foundation/NSHTTPCookie.swift | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Foundation/NSHTTPCookie.swift b/Foundation/NSHTTPCookie.swift index b2c629f6f7..358b3df91c 100644 --- a/Foundation/NSHTTPCookie.swift +++ b/Foundation/NSHTTPCookie.swift @@ -184,10 +184,8 @@ open class HTTPCookie : NSObject { /// /// HTTPCookiePropertyKey.path /// NSString - /// NO - /// Path for the cookie. Inferred from the value for - /// HTTPCookiePropertyKey.originURL if not provided. Default is "/". - /// + /// YES + /// Path for the cookie /// /// /// HTTPCookiePropertyKey.port