diff --git a/rustbook-en/CONTRIBUTING.md b/rustbook-en/CONTRIBUTING.md index 68a2dc0..7c3f425 100644 --- a/rustbook-en/CONTRIBUTING.md +++ b/rustbook-en/CONTRIBUTING.md @@ -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 `, and to format other -files, you can pass `dprint `. Many text editors also have native +files, you can pass `dprint fmt `. Many text editors also have native support or extensions for both `rustfmt` and `dprint`. ## Checking for Fixes