Skip to content

Commit 43d8378

Browse files
authored
Added 'the' in chapter "Running test" subtitle "Run unit tests on the compiler/library" (rust-lang#2040)
1 parent ed3365e commit 43d8378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/running.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ You may want to run unit tests on a specific file with following:
111111
./x test compiler/rustc_data_structures/src/thin_vec/tests.rs
112112
```
113113

114-
But unfortunately, it's impossible. You should invoke following instead:
114+
But unfortunately, it's impossible. You should invoke the following instead:
115115

116116
```bash
117117
./x test compiler/rustc_data_structures/ --test-args thin_vec

0 commit comments

Comments
 (0)