diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 5c3c59d5..ec084244 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -489,7 +489,7 @@ namespace WebSocketSharp.Server
}
///
- /// Gets or sets the name of the realm for the server.
+ /// Gets or sets the realm used for authentication.
///
///
///
@@ -497,13 +497,18 @@ namespace WebSocketSharp.Server
/// already started or it is shutting down.
///
///
- /// If this property is or empty,
- /// SECRET AREA will be used as the name.
+ /// SECRET AREA will be used as the name if the value is
+ /// or an empty string.
///
///
///
- /// A that represents the name of
- /// the realm or by default.
+ ///
+ /// A or
+ /// by default.
+ ///
+ ///
+ /// That string represents the name of the realm.
+ ///
///
public string Realm {
get {