From 7d3a380b3da9b32873ea2dfaf54fd673c6f39e28 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 3 May 2024 10:56:30 -0500 Subject: [PATCH] docs(ref): Clean up default_missing_value grammar --- clap_builder/src/builder/arg.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clap_builder/src/builder/arg.rs b/clap_builder/src/builder/arg.rs index 1a1bdb134a3..3c87b6eda80 100644 --- a/clap_builder/src/builder/arg.rs +++ b/clap_builder/src/builder/arg.rs @@ -1741,7 +1741,7 @@ impl Arg { /// /// This configuration option is often used to give the user a shortcut and allow them to /// efficiently specify an option argument without requiring an explicitly value. The `--color` - /// argument is a common example. By, supplying an default, such as `default_missing_value("always")`, + /// argument is a common example. By supplying a default, such as `default_missing_value("always")`, /// the user can quickly just add `--color` to the command line to produce the desired color output. /// /// **NOTE:** using this configuration option requires the use of the