Skip to content

Commit 9e38620

Browse files
authored
Correct HttpOnly description (#419) (#429)
1 parent fae38fa commit 9e38620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.Owin/CookieOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public CookieOptions()
4545
/// <summary>
4646
/// Gets or sets a value that indicates whether a cookie is accessible by client-side script.
4747
/// </summary>
48-
/// <returns>true if a cookie is accessible by client-side script; otherwise, false.</returns>
48+
/// <returns>false if a cookie is accessible by client-side script; otherwise, true.</returns>
4949
public bool HttpOnly { get; set; }
5050

5151
/// <summary>

0 commit comments

Comments
 (0)