From b278c0b6d2a9f84a7a26b868475f7fe8bd008b35 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Apr 2017 14:54:53 +0900 Subject: [PATCH] [Modify] Polish 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 671d020c..af0fb015 100644 --- a/websocket-sharp/Net/HttpBasicIdentity.cs +++ b/websocket-sharp/Net/HttpBasicIdentity.cs @@ -53,7 +53,7 @@ namespace WebSocketSharp.Net #endregion - #region internal Constructors + #region Internal Constructors internal HttpBasicIdentity (string username, string password) : base (username, "Basic")