Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit dfd938e

Browse files
user1336Tratcher
authored andcommitted
Fixed � in summary (#838)
1 parent bf0b0e2 commit dfd938e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.Http.Features/CookieOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public CookieOptions()
3737
public DateTimeOffset? Expires { get; set; }
3838

3939
/// <summary>
40-
/// Gets or sets a value that indicates whether to transmit the cookie using Secure Sockets Layer (SSL)that is, over HTTPS only.
40+
/// Gets or sets a value that indicates whether to transmit the cookie using Secure Sockets Layer (SSL)--that is, over HTTPS only.
4141
/// </summary>
4242
/// <returns>true to transmit the cookie only over an SSL connection (HTTPS); otherwise, false.</returns>
4343
public bool Secure { get; set; }

0 commit comments

Comments
 (0)