Skip to content

Commit

Permalink
Merge pull request #84 from mtilda/patch-1
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
epage committed Jan 7, 2024
2 parents 37317be + 6eea921 commit 8fccb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
pub use log::Level;
pub use log::LevelFilter;

/// Logging flags to `#[command(flatte)]` into your CLI
/// Logging flags to `#[command(flatten)]` into your CLI
#[derive(clap::Args, Debug, Clone, Default)]
pub struct Verbosity<L: LogLevel = ErrorLevel> {
#[arg(
Expand Down

0 comments on commit 8fccb3e

Please sign in to comment.