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

Commit dd49d9f

Browse files
committed
Fix Typos in Readme
cf. #1
1 parent f13e843 commit dd49d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In your project directory, just execute `rustfix`!
3333

3434
You probably want to use `rustfix --clippy` to get all the suggestions from [Clippy][clippy] as well. Make sure you have `cargo clippy` installed (`cargo install clippy`).
3535

36-
Please note that running `rustfix` multiple times in a project where no file was changed in the meantime will currently not generate any suggesions (as Cargo/Rust will skip the unchanged code and not compile it again).
36+
Please note that running `rustfix` multiple times in a project where no file was changed in the meantime will currently not generate any suggestions (as Cargo/Rust will skip the unchanged code and not compile it again).
3737

3838
### CLI Options
3939

@@ -77,7 +77,7 @@ $ cargo clippy -- -Z unstable-options --error-format json &2> clippy.json
7777
## Gotchas
7878

7979
- rustc JSON output is unstable
80-
- Not all suggestions can be applied trivially (e.g. clippy's "You should use `Default` instead of that `fn new()` you just wrote"-lint will replace your `new`-method with an `impl` block -- which is obvisouly invalid syntax.)
80+
- Not all suggestions can be applied trivially (e.g. clippy's "You should use `Default` instead of that `fn new()` you just wrote"-lint will replace your `new`-method with an `impl` block -- which is obviously invalid syntax.)
8181
- This tool _will_ eat your laundry
8282

8383
## License

0 commit comments

Comments
 (0)