diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 9619689d..e3ee2973 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -508,18 +508,17 @@ namespace WebSocketSharp.Server
///
///
///
- /// The set operation does nothing if the server has already
- /// started or it is shutting down.
+ /// "SECRET AREA" is used as the realm if the value is
+ /// or an empty string.
///
///
- /// SECRET AREA will be used as the name if the value is
- /// or an empty string.
+ /// The set operation does nothing if the server has
+ /// already started or it is shutting down.
///
///
///
///
- /// A or
- /// by default.
+ /// A or by default.
///
///
/// That string represents the name of the realm.