Skip to content

Commit d9510a5

Browse files
committed
Fix a typo
1 parent 9ebca5c commit d9510a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Example test suite file:
6464

6565
Examples of running the tests:
6666

67-
- `test ./input/STS1.epd 16 5` - run fixed-depth (16 in this case) search for all positions stored in the `STS1.epd` file. If the best position is correct and repeats five times in a row, or the result of the last iteration was correct, stop the test and mark it as success
67+
- `test ./input/STS1.epd 16 5` - run fixed-depth (16 in this case) search for all positions stored in the `STS1.epd` file. If the best position is correct and repeats five times in a row, or the result of the last iteration was correct, stop the test and mark it as a success
6868

6969
## Dependencies
7070
- [arr_macro](https://github.com/JoshMcguigan/arr_macro) - macro for easier array initialization

0 commit comments

Comments
 (0)