From d1dd61477bb0092bd0fd4dc4ac75523b1ebda211 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Mon, 17 Jun 2024 17:25:39 +0200 Subject: [PATCH] Fix minor typo (#13898) *No description needed* --- .cargo/config_fast_builds.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config_fast_builds.toml b/.cargo/config_fast_builds.toml index 372a97d370..878f9084b3 100644 --- a/.cargo/config_fast_builds.toml +++ b/.cargo/config_fast_builds.toml @@ -145,7 +145,7 @@ rustflags = [ # [profile.dev] # debug = 1 -# This is enables you to run the CI tool using `cargo ci`. +# This enables you to run the CI tool using `cargo ci`. # This is not enabled by default, you need to copy this file to `config.toml`. [alias] ci = "run --package ci --"