closes https://github.com/official-stockfish/Stockfish/pull/6436

No functional change
This commit is contained in:
FauziAkram
2025-12-21 15:22:06 +01:00
committed by Disservin
parent c109a88ebe
commit 5edfabd070
5 changed files with 5 additions and 11 deletions
+1 -1
View File
@@ -911,7 +911,7 @@ void Position::do_move(Move m,
if (more_than_one(pawns))
{
// If there are two pawns potentially being abled to capture and at least one
// If there are two pawns potentially being able to capture and at least one
// is not pinned, ep is legal as there are no horizontal exposed checks
if (!more_than_one(blockers_for_king(them) & pawns))
{