We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3365e commit 43d8378Copy full SHA for 43d8378
src/tests/running.md
@@ -111,7 +111,7 @@ You may want to run unit tests on a specific file with following:
111
./x test compiler/rustc_data_structures/src/thin_vec/tests.rs
112
```
113
114
-But unfortunately, it's impossible. You should invoke following instead:
+But unfortunately, it's impossible. You should invoke the following instead:
115
116
```bash
117
./x test compiler/rustc_data_structures/ --test-args thin_vec
0 commit comments