From 67934ae1cdeb9794a66c14aeb91ddde501a4a0fa Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Mon, 23 Sep 2024 00:16:35 +0200 Subject: [PATCH] Fix typo --- .../kotlin/org/jeudego/pairgoth/pairing/solver/BaseSolver.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-webapp/src/main/kotlin/org/jeudego/pairgoth/pairing/solver/BaseSolver.kt b/api-webapp/src/main/kotlin/org/jeudego/pairgoth/pairing/solver/BaseSolver.kt index 83d4bf1..cebc97c 100644 --- a/api-webapp/src/main/kotlin/org/jeudego/pairgoth/pairing/solver/BaseSolver.kt +++ b/api-webapp/src/main/kotlin/org/jeudego/pairgoth/pairing/solver/BaseSolver.kt @@ -392,7 +392,7 @@ sealed class BaseSolver( // playersMeetCriteria = 0 : No player is above thresholds -> apply secondary criteria // playersMeetCriteria = 1 : 1 player is above thresholds -> apply half the weight - // playersMeetCriteria = 2 : Both players is above thresholds -> apply the full weight + // playersMeetCriteria = 2 : Both players are above thresholds -> apply the full weight var playersMeetCriteria = 0