From a8f8e84dfdc41f60860f05cdee4226bf3b4b6b4e Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Apr 2017 14:41:50 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpBasicIdentity.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpBasicIdentity.cs b/websocket-sharp/Net/HttpBasicIdentity.cs index d55cd9f2..d32519d4 100644 --- a/websocket-sharp/Net/HttpBasicIdentity.cs +++ b/websocket-sharp/Net/HttpBasicIdentity.cs @@ -43,7 +43,7 @@ using System.Security.Principal; namespace WebSocketSharp.Net { /// - /// Holds the user name and password from the HTTP Basic authentication credentials. + /// Holds the username and password from an HTTP Basic authentication attempt. /// public class HttpBasicIdentity : GenericIdentity {