From c9679e42edf1f4984d344e14800efab6f2381854 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Apr 2017 14:50:00 +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 d32519d4..671d020c 100644 --- a/websocket-sharp/Net/HttpBasicIdentity.cs +++ b/websocket-sharp/Net/HttpBasicIdentity.cs @@ -66,7 +66,7 @@ namespace WebSocketSharp.Net #region Public Properties /// - /// Gets the password from the HTTP Basic authentication credentials. + /// Gets the password from an HTTP Basic authentication attempt. /// /// /// A that represents the password.