From d4477b8821ef7800675ff9128fda0564c85ba11f Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Mon, 4 Mar 2024 18:47:58 +0100 Subject: [PATCH] Update types/unit/timespan.pp Co-authored-by: Steve Traylen --- types/unit/timespan.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/unit/timespan.pp b/types/unit/timespan.pp index 719a1cc7..9d6d5bfc 100644 --- a/types/unit/timespan.pp +++ b/types/unit/timespan.pp @@ -1,4 +1,4 @@ -# @summary Timer specification for systemd timers +# @summary Timer specification for systemd time spans, e.g. timers. # @see https://www.freedesktop.org/software/systemd/man/systemd.time.html # type Systemd::Unit::Timespan = Variant[Integer[0],String,Array[Variant[Integer[0],String]]]