X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.cpp;h=9cb8447f77840a410950780854d857f62d0db473;hp=8bface8a08707926a43ccbe8defab1bf92386d88;hb=5f222f1d98c9b4cb07aa2303f085c2064e7ea77a;hpb=c4d67d77c99b99c9ac387ab622773a320f8d5cc3 diff --git a/src/movepick.cpp b/src/movepick.cpp index 8bface8a..9cb8447f 100644 --- a/src/movepick.cpp +++ b/src/movepick.cpp @@ -142,7 +142,7 @@ Move MovePicker::select(Pred filter) { } /// MovePicker::next_move() is the most important method of the MovePicker class. It -/// returns a new pseudo legal move every time it is called until there are no more +/// returns a new pseudo-legal move every time it is called until there are no more /// moves left, picking the move with the highest score from a list of generated moves. Move MovePicker::next_move(bool skipQuiets) {