mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Assorted grammar fixes
Mainly from Lyudmil Antonov and one from Henri Wiechers and Louis Zulli. No functional change.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace {
|
||||
|
||||
// A KPK bitbase index is an integer in [0, IndexMax] range
|
||||
//
|
||||
// Information is mapped in a way that minimizes number of iterations:
|
||||
// Information is mapped in a way that minimizes the number of iterations:
|
||||
//
|
||||
// bit 0- 5: white king square (from SQ_A1 to SQ_H8)
|
||||
// bit 6-11: black king square (from SQ_A1 to SQ_H8)
|
||||
|
||||
Reference in New Issue
Block a user