Skip to content

Commit

Permalink
Fixed spelling error
Browse files Browse the repository at this point in the history
Fixed a spelling error and added a comma in the README.md file.
  • Loading branch information
Michael Rutherford committed Jun 6, 2015
1 parent 5874466 commit a275d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/

##Usage

Compiler plugins are highly unstable and will only work with a nightly Rust for now. Since stable Rust is backwards compatible you hsould be able to compile your stable programs with nightly Rust with clippy plugged in to circumvent this.
Compiler plugins are highly unstable and will only work with a nightly Rust for now. Since stable Rust is backwards compatible, you should be able to compile your stable programs with nightly Rust with clippy plugged in to circumvent this.

Add in your `Cargo.toml`:
```toml
Expand Down

0 comments on commit a275d99

Please sign in to comment.