diff --git a/websocket-sharp/CloseEventArgs.cs b/websocket-sharp/CloseEventArgs.cs index 81122d4c..cbbfa204 100644 --- a/websocket-sharp/CloseEventArgs.cs +++ b/websocket-sharp/CloseEventArgs.cs @@ -113,7 +113,8 @@ namespace WebSocketSharp /// Gets the reason for the close. /// /// - /// A that represents the reason for the close if any. + /// A that represents the reason for the close + /// if present. /// public string Reason { get {