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 Dec 23, 2023
1 parent d542b8b commit f175b91
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 @@ -255,7 +255,7 @@ impl Trigger for TimeTrigger {
/// ```yaml
/// kind: time
///
/// # The time limit in second. The following units are supported (case insensitive):
/// # The time limit in seconds. The following units are supported (case insensitive):
/// # "second", "seconds", "minute", "minutes", "hour", "hours", "day", "days", "week", "weeks", "month", "months", "year", "years". The unit defaults to
/// # second if not specified. Required.
/// limit: 7 day
Expand Down

0 comments on commit f175b91

Please sign in to comment.