From 1a05d22f3142e9c473e30bfcea24912122e6af20 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 24 Jun 2014 14:43:01 +0900 Subject: [PATCH] Fix a few for HttpBasicIdentity.cs --- websocket-sharp/Net/HttpBasicIdentity.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpBasicIdentity.cs b/websocket-sharp/Net/HttpBasicIdentity.cs index 11a62f8f..d55cd9f2 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 an HTTP Basic authentication credentials. + /// Holds the user name and password from the HTTP Basic authentication credentials. /// public class HttpBasicIdentity : GenericIdentity { @@ -66,7 +66,7 @@ namespace WebSocketSharp.Net #region Public Properties /// - /// Gets the password from an HTTP Basic authentication credentials. + /// Gets the password from the HTTP Basic authentication credentials. /// /// /// A that represents the password.