Skip to content

Commit 6878bb9

Browse files
committed
Fixed comments
1 parent efc180b commit 6878bb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specs/CookieManagement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,9 +493,9 @@ namespace Microsoft.Web.WebView2.Core
493493

494494
/// Converts a System.Net.Cookie to a CoreWebView2Cookie.
495495
/// This is only for the .NET API, not the WinRT API.
496-
static CoreWebView2Cookie FromSystemNetCookie(System.Net.Cookie dotNetCookie);
496+
static CoreWebView2Cookie FromSystemNetCookie(System.Net.Cookie systemNetCookie);
497497

498-
/// Converts a CoreWebView2Cookie to a System.Net.Cookie.
498+
/// Converts this to a System.Net.Cookie.
499499
/// This is only for the .NET API, not the WinRT API.
500500
System.Net.Cookie ToSystemNetCookie(CoreWebView2Cookie coreWebView2Cookie);
501501
}

0 commit comments

Comments
 (0)