Fix another comment

This commit is contained in:
Claude Brisson
2023-10-02 04:14:12 +02:00
parent d7a9c25a34
commit 3ebf7c024c

View File

@@ -32,7 +32,7 @@ open class HistoryHelper(protected val history: List<List<Game>>, scoresGetter:
}).toSet()
}
// Returns the number of games played as white
// Returns the number of games played as white minus the number of games played as black
// Only count games without handicap
private val colorBalance: Map<ID, Int> by lazy {
history.flatten().filter { game ->