From 6ffdd32d877cd912748bc9265cf04139afddf007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armandas=20Jaru=C5=A1auskas?= Date: Fri, 27 Sep 2024 10:24:03 +0900 Subject: [PATCH] docs: fix small error in Arg::raw --- 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 ec5444cb994..61949510188 100644 --- a/clap_builder/src/builder/arg.rs +++ b/clap_builder/src/builder/arg.rs @@ -1623,7 +1623,7 @@ impl Arg { /// Consume all following arguments. /// - /// Do not be parse them individually, but rather pass them in entirety. + /// Do not parse them individually, but rather pass them in entirety. /// /// It is worth noting that setting this requires all values to come after a `--` to indicate /// they should all be captured. For example: