From 49bb56ff2c5234410a4c0864412a0e442453b9e1 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Apr 2017 15:40:56 +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 2307c6d4..004aaa09 100644 --- a/websocket-sharp/Net/HttpDigestIdentity.cs +++ b/websocket-sharp/Net/HttpDigestIdentity.cs @@ -141,7 +141,7 @@ namespace WebSocketSharp.Net } /// - /// Gets the response parameter from the HTTP Digest authentication credentials. + /// Gets the response parameter from a digest authentication attempt. /// /// /// A that represents the response parameter.