SYSTEMD_CALENDAR_EVENT_SCHEMA: fix wrong schema description
This commit is contained in:
parent
44055cac4d
commit
02e47b8d6e
|
@ -252,6 +252,6 @@ pub const SYSTEMD_TIMESPAN_SCHEMA: Schema = StringSchema::new(
|
||||||
.schema();
|
.schema();
|
||||||
|
|
||||||
pub const SYSTEMD_CALENDAR_EVENT_SCHEMA: Schema = StringSchema::new(
|
pub const SYSTEMD_CALENDAR_EVENT_SCHEMA: Schema = StringSchema::new(
|
||||||
"systemd time span")
|
"systemd calendar event")
|
||||||
.format(&ApiStringFormat::VerifyFn(super::time::verify_calendar_event))
|
.format(&ApiStringFormat::VerifyFn(super::time::verify_calendar_event))
|
||||||
.schema();
|
.schema();
|
||||||
|
|
Loading…
Reference in New Issue