From f63d005b6377c73c75a43363578e9ceed528d45f Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Apr 2017 15:27:03 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpDigestIdentity.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpDigestIdentity.cs b/websocket-sharp/Net/HttpDigestIdentity.cs index 8ae28f5b..db03b807 100644 --- a/websocket-sharp/Net/HttpDigestIdentity.cs +++ b/websocket-sharp/Net/HttpDigestIdentity.cs @@ -69,7 +69,7 @@ namespace WebSocketSharp.Net } /// - /// Gets the cnonce parameter from the HTTP Digest authentication credentials. + /// Gets the cnonce parameter from a digest authentication attempt. /// /// /// A that represents the cnonce parameter.