Skip to content

Commit fb8ea40

Browse files
authored
inclusive
1 parent 70c3b05 commit fb8ea40

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

yang/ietf-schedule.yang

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -488,10 +488,10 @@ module ietf-schedule {
488488
type yang:date-and-time;
489489
description
490490
"This parameter specifies a date and time value to
491-
terminate the recurrence in UTC format. If the value
492-
specified by this parameter is synchronized with the
493-
specified recurrence rule, it becomes the last instance
494-
of the recurrence rule.";
491+
terminate inclusively the recurrence in UTC format.
492+
That is, if the value specified by this parameter is
493+
synchronized with the specified recurrence rule, it
494+
becomes the last instance of the recurrence rule.";
495495
}
496496
}
497497
case count {
@@ -559,9 +559,10 @@ module ietf-schedule {
559559
type yang:date-and-time;
560560
description
561561
"Specifies a date and time value to terminate the
562-
recurrence. If the value specified by this parameter
563-
is synchronized with the specified recurrence, it
564-
becomes the last instance of the recurrence.";
562+
recurrence in an inclusive manner. Thats is, if the value
563+
specified by this parameter is synchronized with
564+
the specified recurrence, it becomes the last instance
565+
of the recurrence.";
565566
}
566567
}
567568
case count {

0 commit comments

Comments
 (0)