mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Assorted grammar fixes
Mainly from Lyudmil Antonov and one from Henri Wiechers and Louis Zulli. No functional change.
This commit is contained in:
+1
-1
@@ -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