X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.cpp;h=e2ae7d9591712dd5eabec2d767b72311843e0fd3;hp=ec36edfee5b278c859552c8e4b12f6a816f57b98;hb=a8af78c833458adaea64b8fc1035fafbdf4ba083;hpb=13a73f67c018e58b2fd46f886c45ef2b75188c8e diff --git a/src/movepick.cpp b/src/movepick.cpp index ec36edfe..e2ae7d95 100644 --- a/src/movepick.cpp +++ b/src/movepick.cpp @@ -284,7 +284,7 @@ void MovePicker::generate_next() { /// next_move() is the most important method of the MovePicker class. It returns -/// a new pseudo legal move every time is called, until there are no more moves +/// a new pseudo legal move every time it is called, until there are no more moves /// left. It picks the move with the biggest score from a list of generated moves /// taking care not returning the ttMove if has already been searched previously. template<>