From ca0d7da8a0d2b77afc1bad30471ec468296f99c1 Mon Sep 17 00:00:00 2001 From: mee7ya Date: Sun, 10 Nov 2024 01:52:49 +0300 Subject: [PATCH] typo fix in cargo-fmt.md --- src/doc/src/commands/cargo-fmt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/commands/cargo-fmt.md b/src/doc/src/commands/cargo-fmt.md index 212f259d508..557e08f2dff 100644 --- a/src/doc/src/commands/cargo-fmt.md +++ b/src/doc/src/commands/cargo-fmt.md @@ -2,7 +2,7 @@ ## NAME -carog-fmt --- Formats all bin and lib files of the current crate using rustfmt +cargo-fmt --- Formats all bin and lib files of the current crate using rustfmt ## DESCRIPTION