Skip to content

Commit de6ff76

Browse files
authored
Merge pull request #932 from ddunn2/cookiePathComment
2 parents 019f627 + 5df8dfc commit de6ff76

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Foundation/NSHTTPCookie.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,8 @@ open class HTTPCookie : NSObject {
184184
/// <tr>
185185
/// <td>HTTPCookiePropertyKey.path</td>
186186
/// <td>NSString</td>
187-
/// <td>NO</td>
188-
/// <td>Path for the cookie. Inferred from the value for
189-
/// HTTPCookiePropertyKey.originURL if not provided. Default is "/".
190-
/// </td>
187+
/// <td>YES</td>
188+
/// <td>Path for the cookie</td>
191189
/// </tr>
192190
/// <tr>
193191
/// <td>HTTPCookiePropertyKey.port</td>

0 commit comments

Comments
 (0)