8000 [Modify] Edit it · ctrl-labs/websocket-sharp-unity@bb18960 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

Commit bb18960

Browse files
committed
[Modify] Edit it
1 parent 630d21c commit bb18960

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

websocket-sharp/Server/IWebSocketSession.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ public interface IWebSocketSession
6868
/// Gets the time that the session has started.
6969
/// </summary>
7070
/// <value>
71-
/// A <see cref="DateTime"/> that represents the time that the session has started.
71+
/// A <see cref="DateTime"/> that represents the time that the session
72+
/// has started.
7273
/// </value>
7374
DateTime StartTime { get; }
7475

0 commit comments

Comments
 (0)
0