Skip to content

Commit b9e17fa

Browse files
author
Steve Smith
committed
Typo in new section
1 parent 67df9b9 commit b9e17fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ One thing that is important to note when writing tests are run concurrently
593593
using threads (by default the number of threads is equal to the number of CPUs
594594
on the machine). For this reason you should take care that your tests are
595595
written in such a way as to not depend on each-other, or on any shared
596-
state. "Share state" can also include the environment, such as the current
596+
state. "Shared state" can also include the environment, such as the current
597597
working directory, or environment variables.
598598

599599
If this is an issue it is possible to control this concurrency, either by

0 commit comments

Comments
 (0)