From 6e40c7d976a6f4b79d09adf27dc7f3387a7f5ea9 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Apr 2017 15:31:05 +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 db03b807..f7267194 100644 --- a/websocket-sharp/Net/HttpDigestIdentity.cs +++ b/websocket-sharp/Net/HttpDigestIdentity.cs @@ -81,7 +81,7 @@ namespace WebSocketSharp.Net } /// - /// Gets the nc parameter from the HTTP Digest authentication credentials. + /// Gets the nc parameter from a digest authentication attempt. /// /// /// A that represents the nc parameter.