Skip to content

Commit

Permalink
Update src/append/rolling_file/policy/compound/trigger/time.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Conn <[email protected]>
  • Loading branch information
Dirreke and bconn98 authored Jan 27, 2024
1 parent 0fc7f05 commit 6d2fbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/append/rolling_file/policy/compound/trigger/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub struct TimeTrigger {
next_roll_time: RwLock<DateTime<Local>>,
}

/// The TimeTriger have the following units are supported (case insensitive):
/// The TimeTrigger supports the following units (case insensitive):
/// "second", "seconds", "minute", "minutes", "hour", "hours", "day", "days", "week", "weeks", "month", "months", "year", "years". The unit defaults to
/// second if not specified.
#[derive(Copy, Clone, Eq, PartialEq, Hash, Debug)]
Expand Down

0 comments on commit 6d2fbbd

Please sign in to comment.