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();
|
||||
|
||||
pub const SYSTEMD_CALENDAR_EVENT_SCHEMA: Schema = StringSchema::new(
|
||||
"systemd time span")
|
||||
"systemd calendar event")
|
||||
.format(&ApiStringFormat::VerifyFn(super::time::verify_calendar_event))
|
||||
.schema();
|
||||
|
|
Loading…
Reference in New Issue