mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +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:
@@ -817,7 +817,7 @@ ScaleFactor Endgame<KBPKN>::operator()(const Position& pos) const {
|
||||
|
||||
|
||||
/// KNP vs K. There is a single rule: if the pawn is a rook pawn on the 7th rank
|
||||
/// and the defending king prevents the pawn from advancing the position is drawn.
|
||||
/// and the defending king prevents the pawn from advancing, the position is drawn.
|
||||
template<>
|
||||
ScaleFactor Endgame<KNPK>::operator()(const Position& pos) const {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user