8000 [Modify] Edit it · ctrl-labs/websocket-sharp-unity@e437c48 · 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 e437c48

Browse files
committed
[Modify] Edit it
1 parent d338ccd commit e437c48

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

websocket-sharp/WebSocket.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2774,8 +2774,7 @@ public void Close (ushort code, string reason)
27742774
}
27752775

27762776
/// <summary>
2777-
/// Closes the connection with the specified <paramref name="code"/> and
2778-
/// <paramref name="reason"/>.
2777+
/// Closes the connection with the specified code and reason.
27792778
/// </summary>
27802779
/// <remarks>
27812780
/// This method does nothing if the current state of the connection is
@@ -2816,8 +2815,7 @@ public void Close (ushort code, string reason)
28162815
/// </para>
28172816
/// <para>
28182817
/// <paramref name="code"/> is
2819-
/// <see cref="CloseStatusCode.NoStatus"/> and
2820-
/// there is <paramref name="reason"/>.
2818+
/// <see cref="CloseStatusCode.NoStatus"/> and there is reason.
28212819
/// </para>
28222820
/// <para>
28232821
/// -or-

0 commit comments

Comments
 (0)
0