X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fendgame.cpp;h=05de131fb2b26deff9336ddc2137db701752d56e;hp=5a114d705d3387d94300219b5e3c41f6e63da620;hb=8141bdd179da8f36c04f99d51812b19bbd1a8efd;hpb=bbf9daa175fc629790246866882f4d6797ab06ef diff --git a/src/endgame.cpp b/src/endgame.cpp index 5a114d70..05de131f 100644 --- a/src/endgame.cpp +++ b/src/endgame.cpp @@ -216,7 +216,7 @@ Value Endgame::operator()(const Position& pos) const { } -/// KR vs KB. This is very simple, and always returns drawish scores. The +/// KR vs KB. This is very simple, and always returns drawish scores. The /// score is slightly bigger when the defending king is close to the edge. template<> Value Endgame::operator()(const Position& pos) const {