From e236026e10cff778b41346b5d4582d1479d940e3 Mon Sep 17 00:00:00 2001 From: pdagosta <8269326+pdagosta@users.noreply.github.com> Date: Sat, 5 Mar 2022 11:10:14 -0600 Subject: [PATCH] comment change --- 23_Checkers/csharp/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/23_Checkers/csharp/Program.cs b/23_Checkers/csharp/Program.cs index 75383c99..dd1a3542 100644 --- a/23_Checkers/csharp/Program.cs +++ b/23_Checkers/csharp/Program.cs @@ -19,7 +19,7 @@ * Nullables * IEnumerable (yield return / yield break) * - * The original had multiple implementations of logic, like determining second jump locations. + * The original had multiple implementations of logic, like determining valid jump locations. * This has been refactored to reduce unnecessary code duplication. *********************************************************************************/ #region Display functions