Skip to content

Commit c6be9cc

Browse files
committed
Typo
1 parent 8948d42 commit c6be9cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ available through a probing function call interface. For use in
66
chess programs and provided under a 2-clause BSD-style license. See
77
the file `LICENSE' for details.
88

9-
This implementation is quite fast because it handles the superpostion
9+
This implementation is quite fast because it handles the superposition
1010
of possible black king locations per step.
1111

1212
```
@@ -41,7 +41,7 @@ Marcel
4141
* If the table is not generated yet, this will be done
4242
* automatically at the first invocation.
4343
*/
44-
int kpkProbe(int side, int wK, int wP, int bK);
44+
int kpkProbe(int side, int wKing, int wPawn, int bKing);
4545
4646
/*
4747
* Generate the KPK table.

0 commit comments

Comments
 (0)