From 0fab92c19596c35f83249463d2ac6bd3717b64d9 Mon Sep 17 00:00:00 2001 From: S John CD Date: Sun, 24 Dec 2023 23:35:34 +0000 Subject: [PATCH] fix: typo --- src/tools/cargo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/cargo.md b/src/tools/cargo.md index 9233ceb9..49303a23 100644 --- a/src/tools/cargo.md +++ b/src/tools/cargo.md @@ -70,7 +70,7 @@ cargo watch -x check -x test -x run # Run cargo check after code changes. If it ```sh rustup component add rustfmt # install if needed cargo fmt -cargo fmt -- --check # fails if code is not formatted, use in CD / CI +cargo fmt -- --check # fails if code is not formatted; use in CD / CI ``` ## Linting