From 08c700ab6299e1f5ff5efd16eec08bfddefda241 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 00:54:05 +0000 Subject: [PATCH] [BOT] Updating 3b1ccf9c75c2de3d814f12c3127e182129a28a0b content --- rustbook-en/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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