From dfd938e4f7c2138877b83925dc84bb74f48a00ce Mon Sep 17 00:00:00 2001 From: user1336 Date: Tue, 16 May 2017 21:42:12 +0200 Subject: [PATCH] =?UTF-8?q?Fixed=20=EF=BF=BD=20in=20summary=20(#838)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Microsoft.AspNetCore.Http.Features/CookieOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Http.Features/CookieOptions.cs b/src/Microsoft.AspNetCore.Http.Features/CookieOptions.cs index 2c48cea430..7bff41769f 100644 --- a/src/Microsoft.AspNetCore.Http.Features/CookieOptions.cs +++ b/src/Microsoft.AspNetCore.Http.Features/CookieOptions.cs @@ -37,7 +37,7 @@ namespace Microsoft.AspNetCore.Http public DateTimeOffset? Expires { get; set; } /// - /// Gets or sets a value that indicates whether to transmit the cookie using Secure Sockets Layer (SSL)�that is, over HTTPS only. + /// Gets or sets a value that indicates whether to transmit the cookie using Secure Sockets Layer (SSL)--that is, over HTTPS only. /// /// true to transmit the cookie only over an SSL connection (HTTPS); otherwise, false. public bool Secure { get; set; }