Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 304bf52

Browse files
Fix typo in Readme
1 parent 0afd94a commit 304bf52

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
@@ -9,7 +9,7 @@ Currently, rustfix is split into two crates:
99
- `rustfix`, a library for consuming and applying suggestions in the format that `rustc` outputs
1010
- and `cargo-fix`, a binary that works as cargo subcommand and that end users will use to fix their code.
1111

12-
The magic of rustfix is entirely dependent on the diagnostics implement in the Rust compiler (and external lints, like [clippy]).
12+
The magic of rustfix is entirely dependent on the diagnostics implemented in the Rust compiler (and external lints, like [clippy]).
1313

1414
[clippy]: https://github.com/rust-lang-nursery/rust-clippy
1515

0 commit comments

Comments
 (0)