mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Assorted grammar fixes
Mainly from Lyudmil Antonov and one from Henri Wiechers and Louis Zulli. No functional change.
This commit is contained in:
@@ -614,7 +614,7 @@ bool Position::pseudo_legal(const Move m) const {
|
||||
}
|
||||
|
||||
|
||||
/// Position::move_gives_check() tests whether a pseudo-legal move gives a check
|
||||
/// Position::gives_check() tests whether a pseudo-legal move gives a check
|
||||
|
||||
bool Position::gives_check(Move m, const CheckInfo& ci) const {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user