Skip to content

Commit 636e61e

Browse files
committed
[Modify] Edit it
1 parent e284fbd commit 636e61e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

websocket-sharp/Server/WebSocketSessionManager.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,13 +1129,13 @@ public bool PingTo (string message, string id)
11291129
}
11301130

11311131
/// <summary>
1132-
/// Sends <paramref name="data"/> to the client using the specified session.
1132+
/// Sends the specified data to the client using the specified session.
11331133
/// </summary>
11341134
/// <param name="data">
1135-
/// An array of <see cref="byte"/> that represents the binary data to send.
1135+
/// An array of <see cref="byte"/> that specifies the binary data to send.
11361136
/// </param>
11371137
/// <param name="id">
1138-
/// A <see cref="string"/> that represents the ID of the session.
1138+
/// A <see cref="string"/> that specifies the ID of the session.
11391139
/// </param>
11401140
/// <exception cref="ArgumentNullException">
11411141
/// <para>

0 commit comments

Comments
 (0)