Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy committed Aug 13, 2024
1 parent fa75740 commit 6ec668b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter/target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use log::Metadata;
use crate::filter::Filter;
use crate::filter::FilterResult;

/// A filter that checks if the log level is at higher than the specified level for a specific
/// A filter that checks if the log level is higher than the specified level for a specific
/// target.
///
/// If the target has a prefix that matches the target of the log record, the filter will be
Expand Down

0 comments on commit 6ec668b

Please sign in to comment.