Skip to content

Commit a1f1220

Browse files
committed
[Modify] Edit it
1 parent 8baeba7 commit a1f1220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

websocket-sharp/Server/WebSocketSessionManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public IEnumerable<string> InactiveIDs {
172172
}
173173

174174
/// <summary>
175-
/// Gets the session instance with <paramref name="id"/>.
175+
/// Gets the session instance with the specified ID.
176176
/// </summary>
177177
/// <value>
178178
/// <para>
@@ -185,7 +185,7 @@ public IEnumerable<string> InactiveIDs {
185185
/// </para>
186186
/// </value>
187187
/// <param name="id">
188-
/// A <see cref="string"/> that represents the ID of the session to find.
188+
/// A <see cref="string"/> that specifies the ID of the session to find.
189189
/// </param>
190190
/// <exception cref="ArgumentNullException">
191191
/// <paramref name="id"/> is <see langword="null"/>.

0 commit comments

Comments
 (0)