docs: fix Copilot comments

This commit is contained in:
Andrew Welker
2025-10-15 12:54:14 -05:00
parent 3e0f318f7f
commit 608601990b
7 changed files with 11 additions and 9 deletions

View File

@@ -74,7 +74,7 @@ namespace PepperDash.Essentials.WebSocketServer
/// </summary>
/// <param name="key">The unique key to identify this client</param>
/// <param name="id">The client ID used by the client for this connection</param>
/// <param name="token"></param>
/// <param name="token">The token associated with this client</param>
public UiClient(string key, string id, string token)
{
Key = key;