From f63d4a41a193fe2afbec5dce5097d91adddb6708 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 13 Oct 2016 14:48:06 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 {