Skip to content

Commit 3144c61

Browse files
authored
Update LiteMinimax.java
1 parent 845da68 commit 3144c61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/LiteMinimax.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public int getMaxThreads() {
154154

155155
/**
156156
* Get the number of moves examined so far by the last search that was started.
157-
* If the search was launched in the background then repeated calls to
157+
* If the search was launched in a background thread then repeated calls to
158158
* this method will return higher values indicating the progress of the
159159
* move examinations.
160160
*

0 commit comments

Comments
 (0)