mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Grammar fix in MovePicker::next_move
Thanks to Lyudmil Antonov and Michel Van den Bergh for spotting this and suggesting the fix. No functional change.
This commit is contained in:
@@ -300,7 +300,7 @@ void MovePicker::generate_next() {
|
|||||||
/// next_move() is the most important method of the MovePicker class. It returns
|
/// 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 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
|
/// left. It picks the move with the biggest score from a list of generated moves
|
||||||
/// taking care not returning the ttMove if it has already been searched previously.
|
/// taking care not to return the ttMove if it has already been searched.
|
||||||
template<>
|
template<>
|
||||||
Move MovePicker::next_move<false>() {
|
Move MovePicker::next_move<false>() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user