]> git.sesse.net Git - stockfish/blobdiff - src/position.cpp
Fix the comment for Position::is_draw()
[stockfish] / src / position.cpp
index 9db41b784918388f31b9f4d5a3385c043d2ae4f8..15ccb4835dbea166a6ae267d30e27056893734ac 100644 (file)
@@ -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 {