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

@@ -12,9 +12,9 @@ namespace PepperDash.Essentials
private static int nextClientId = 0;
/// <summary>
/// Get
/// Get the next unique client ID
/// </summary>
/// <returns></returns>
/// <returns>Client ID</returns>
public static int GetNextClientId()
{
nextClientId++;