From d23693d8781654c0d0059f49d39bb3d6827a9736 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Apr 2017 15:17:59 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpDigestIdentity.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpDigestIdentity.cs b/websocket-sharp/Net/HttpDigestIdentity.cs index caa471aa..8bffe466 100644 --- a/websocket-sharp/Net/HttpDigestIdentity.cs +++ b/websocket-sharp/Net/HttpDigestIdentity.cs @@ -33,7 +33,8 @@ using System.Security.Principal; namespace WebSocketSharp.Net { /// - /// Holds the user name and other parameters from the HTTP Digest authentication credentials. + /// Holds the username and other parameters from + /// an HTTP Digest authentication attempt. /// public class HttpDigestIdentity : GenericIdentity {