We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67df9b9 commit b9e17faCopy full SHA for b9e17fa
src/doc/book/testing.md
@@ -593,7 +593,7 @@ One thing that is important to note when writing tests are run concurrently
593
using threads (by default the number of threads is equal to the number of CPUs
594
on the machine). For this reason you should take care that your tests are
595
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
+state. "Shared state" can also include the environment, such as the current
597
working directory, or environment variables.
598
599
If this is an issue it is possible to control this concurrency, either by
0 commit comments