diff --git a/websocket-sharp/CloseEventArgs.cs b/websocket-sharp/CloseEventArgs.cs index cbbfa204..cb281952 100644 --- a/websocket-sharp/CloseEventArgs.cs +++ b/websocket-sharp/CloseEventArgs.cs @@ -101,7 +101,8 @@ namespace WebSocketSharp /// Gets the status code for the close. /// /// - /// A that represents the status code for the close if any. + /// A that represents the status code for the close + /// if present. /// public ushort Code { get {