diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 4f131360..a179b73f 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -450,15 +450,15 @@ namespace WebSocketSharp.Server
}
///
- /// Gets or sets the name of the realm associated with the server.
+ /// Gets or sets the name of the realm for the server.
///
///
- /// If this property is or empty, "SECRET AREA" will be used as
- /// the name of the realm.
+ /// If this property is or empty,
+ /// "SECRET AREA" will be used as the name.
///
///
- /// A that represents the name of the realm. The default value is
- /// .
+ /// A that represents the name of the realm.
+ /// The default value is .
///
public string Realm {
get {