From 4e1d3c8a043515056937d70af3f552e5f846d603 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:00:32 +1000 Subject: [PATCH] Fix typo in option doc in crates/bin/src/args.rs Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- crates/bin/src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bin/src/args.rs b/crates/bin/src/args.rs index c8e3eaf8..1eab39c4 100644 --- a/crates/bin/src/args.rs +++ b/crates/bin/src/args.rs @@ -174,7 +174,7 @@ pub struct Args { /// /// If `--strategies` is not specified, then the strategies specified in this /// option will be merged with the disabled-strategies` in `package.metadata` - /// in the cargo manifest of the installed packages. + /// in the cargo manifest of the installed packages. #[clap( help_heading = "Overrides", long,