Skip to content

Commit 67d7ae7

Browse files
committed
Correct statement about thread safety for probe_root* functions.
Fixes issue from PR#10.
1 parent cad52ba commit 67d7ae7

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
@@ -70,9 +70,9 @@ Chess engines
7070
-------------
7171

7272
Chess engines can use `tb_probe_wdl` to get the WDL value during
73-
search. This function is thread safe (unless TB_NO_THREADS is
73+
search. This function is thread safe (unless TB_NO_THREADS is
7474
set). The various "probe_root" functions are intended for probing only
75-
at the root node and are not thread-safe.
75+
at the root node, but are also theread-safe.
7676

7777
Chess engines and other clients can modify some features of Fathom and
7878
override some of its internal functions by configuring

0 commit comments

Comments
 (0)