Skip to content

Commit 5c28a54

Browse files
authored
Merge pull request #2277 from rust-lang/tshepang-patch-2
add missing punctuation
2 parents 511c7c2 + 53f8a2f commit 5c28a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tests/running.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ There are a few options for running tests:
192192
* `config.toml` has the `rust.verbose-tests` option. If `false`, each test will
193193
print a single dot (the default). If `true`, the name of every test will be
194194
printed. This is equivalent to the `--quiet` option in the [Rust test
195-
harness](https://doc.rust-lang.org/rustc/tests/)
195+
harness](https://doc.rust-lang.org/rustc/tests/).
196196
* The environment variable `RUST_TEST_THREADS` can be set to the number of
197197
concurrent threads to use for testing.
198198

0 commit comments

Comments
 (0)