diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 004350cc..b13d784a 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -681,7 +681,7 @@ namespace WebSocketSharp.Server /// /// /// - /// A that represents the status code indicating + /// A that specifies the status code indicating /// the reason for the close. /// /// @@ -692,7 +692,7 @@ namespace WebSocketSharp.Server /// /// /// - /// A that represents the reason for the close. + /// A that specifies the reason for the close. /// /// /// The size must be 123 bytes or less in UTF-8.