X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fendgame.cpp;h=869a36d76ceb5d0358765e7dd89ef639f240f6f6;hp=dbb98310239903e4215b72bcb25fac25635e0759;hb=a646f74e6a62af756b2e51756a81ee983db4ff34;hpb=1fee23a598a54739571e01cfe6aef1c3488b0e74 diff --git a/src/endgame.cpp b/src/endgame.cpp index dbb98310..869a36d7 100644 --- a/src/endgame.cpp +++ b/src/endgame.cpp @@ -817,7 +817,7 @@ ScaleFactor Endgame::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::operator()(const Position& pos) const {