X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=15ccb4835dbea166a6ae267d30e27056893734ac;hp=9db41b784918388f31b9f4d5a3385c043d2ae4f8;hb=c6f987d1ad55fdf6b5cf2191ff8c80d5248c7d76;hpb=d477a0d611ad6f4e11b0e137569eb4b09b349f0f diff --git a/src/position.cpp b/src/position.cpp index 9db41b78..15ccb483 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -1078,8 +1078,8 @@ Value Position::see(Move m) const { } -/// Position::is_draw() tests whether the position is drawn by material, 50 moves -/// rule or repetition. It does not detect stalemates. +/// Position::is_draw() tests whether the position is drawn by 50-move rule +/// or by repetition. It does not detect stalemates. bool Position::is_draw() const {