From 4012b195fd26ce73cadc133d9aef5873ea501fd8 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Thu, 31 Aug 2023 12:59:56 +0800 Subject: [PATCH] fix(builder): Update documentation comments --- clap_builder/src/derive.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clap_builder/src/derive.rs b/clap_builder/src/derive.rs index 71c0e825193..7494e8461dc 100644 --- a/clap_builder/src/derive.rs +++ b/clap_builder/src/derive.rs @@ -1,4 +1,4 @@ -//! This module contains traits that are usable with the `#[derive(...)].` +//! This module contains traits that are usable with the `#[derive(...)]` //! macros in `clap_derive`. use crate::builder::PossibleValue;