docs: apply suggestions from copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew Welker
2025-07-23 09:08:10 -05:00
committed by GitHub
parent 80da4ad98f
commit b12cdbc75c
6 changed files with 14 additions and 15 deletions

View File

@@ -304,14 +304,10 @@ namespace PepperDash.Essentials.Core
}
/// <summary>
/// Returns the join number for the join with the specified key
/// Returns the join span for the join with the specified key
/// </summary>
/// <param name="key"></param>
/// <returns></returns>
//public uint GetJoinForKey(string key)
//{
// return Joins.ContainsKey(key) ? Joins[key].JoinNumber : 0;
//}
/// <summary>