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")