Skip to content

Commit 931fe69

Browse files
authored
Update README.md
Fix typo
1 parent d01fc65 commit 931fe69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ compiletest_rs = "*"
2020
By default, `compiletest-rs` should be able to run on both stable, beta and
2121
nightly channels of rust. We use the [`tester`](tester) fork of Rust's builtin
2222
`test` crate, so that we don't have require nightly. If you are running nightly
23-
and want to use Rust's `test` crate directly, you to have the rustc development
23+
and want to use Rust's `test` crate directly, you need to have the rustc development
2424
libraries install (which you can get by running `rustup component add rustc-dev
2525
--target nightly`). Once you have the rustc development libraries installed, you
2626
can use the `rustc` feature to make compiletest use them instead of the `tester`

0 commit comments

Comments
 (0)