fix(builder): Update documentation comments

This commit is contained in:
Joe Chen 2023-08-31 12:59:56 +08:00
parent 7126f78421
commit 4012b195fd

View file

@ -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;