mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 19:49:14 +00:00
Fix a typo
Spotted by Isaac Haïk Dunn. No functional change.
This commit is contained in:
parent
aab5863dd4
commit
c714b90594
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ Entry* probe(const Position& pos, Table& entries, Endgames& endgames) {
|
|||
return e;
|
||||
}
|
||||
|
||||
// Generic scaling functions that refer to more then one material
|
||||
// Generic scaling functions that refer to more than one material
|
||||
// distribution. They should be probed after the specialized ones.
|
||||
// Note that these ones don't return after setting the function.
|
||||
if (is_KBPsKs<WHITE>(pos))
|
||||
|
|
Loading…
Add table
Reference in a new issue