diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index e169af95..9f29ea56 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -484,16 +484,17 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets a value indicating whether the server is allowed to be bound to - /// an address that is already in use. + /// Gets or sets a value indicating whether the server is allowed to + /// be bound to an address that is already in use. /// /// - /// If you would like to resolve to wait for socket in TIME_WAIT state, + /// If you would like to resolve to wait for socket in TIME_WAIT state, /// you should set this property to true. /// /// - /// true if the server is allowed to be bound to an address that is already in use; - /// otherwise, false. The default value is false. + /// true if the server is allowed to be bound to an address that + /// is already in use; otherwise, false. The default value is + /// false. /// public bool ReuseAddress { get {