From bb18960e078ed725945b7ef2e8deb7b9ad6b068c Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 24 Jun 2018 21:42:39 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/IWebSocketSession.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Server/IWebSocketSession.cs b/websocket-sharp/Server/IWebSocketSession.cs index 45cc5038..5041fbec 100644 --- a/websocket-sharp/Server/IWebSocketSession.cs +++ b/websocket-sharp/Server/IWebSocketSession.cs @@ -68,7 +68,8 @@ namespace WebSocketSharp.Server /// Gets the time that the session has started. /// /// - /// A that represents the time that the session has started. + /// A that represents the time that the session + /// has started. /// DateTime StartTime { get; }