diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 4daa583c..6641e899 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -865,7 +865,7 @@ namespace WebSocketSharp.Server /// /// Closes the WebSocket connection for a session asynchronously with - /// the specified code and reason. + /// the specified status code and reason. /// /// ///