From 0c9195a5c11cd414c79bb5b160166e4698685ff5 Mon Sep 17 00:00:00 2001 From: Coding with Tom <146443103+hcsalmon1@users.noreply.github.com> Date: Thu, 30 Jan 2025 01:31:45 +0000 Subject: [PATCH] Update Algorithm explanation.txt --- Algorithm explanation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Algorithm explanation.txt b/Algorithm explanation.txt index 1463857..a938ad8 100644 --- a/Algorithm explanation.txt +++ b/Algorithm explanation.txt @@ -85,7 +85,7 @@ We need to remove the bit we want and place it somewhere else. Let's e7 to e5: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ -This puts a bit on d5. Now we remove e7 like so: +This puts a bit on e5. Now we remove e7 like so: black_pawns &= ~SQUARE_BBS[E7]; //remove the bit _ _ _ _ _ _ _ _