Skip to content

Commit

Permalink
Merge pull request #4216 from PedroChaps/typo-Ch5.3
Browse files Browse the repository at this point in the history
Fix typo in ch5.3 and in CONTRIBUTING.md
  • Loading branch information
chriskrycho authored Feb 1, 2025
2 parents fa312a3 + b739fe4 commit c632570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Or follow the [instructions][install-dprint] on the `dprint` website.
[install-dprint]: https://dprint.dev/install/

To format Rust code, you can run `rustfmt <path to file>`, and to format other
files, you can pass `dprint <path to file>`. Many text editors also have native
files, you can pass `dprint fmt <path to file>`. Many text editors also have native
support or extensions for both `rustfmt` and `dprint`.

## Checking for Fixes
Expand Down

0 comments on commit c632570

Please sign in to comment.