Skip to content

Commit bf9c27d

Browse files
committed
s/THRADS/THREADS/
1 parent c5370be commit bf9c27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtest/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ The FILTER regex is tested against the name of all tests to run, and
340340
only those tests that match are run.
341341
342342
By default, all tests are run in parallel. This can be altered with the
343-
RUST_TEST_THRADS environment variable when running tests (set it to 1).
343+
RUST_TEST_THREADS environment variable when running tests (set it to 1).
344344
345345
All tests have their standard output and standard error captured by default.
346346
This can be overridden with the --nocapture flag or the RUST_TEST_NOCAPTURE=1

0 commit comments

Comments
 (0)