Skip to content

Commit d0dac31

Browse files
committed
Remove strange artefact 'bool' in documentation
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 0e2492d commit d0dac31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/frequenz/api/dispatch/v1/dispatch.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ message RecurrenceRule {
448448

449449
// When this dispatch should end.
450450
// A dispatch can either recur a fixed number of times, or until a given timestamp.
451-
// If this field is not set, the dispatch will recur indefinitely.bool
451+
// If this field is not set, the dispatch will recur indefinitely.
452452
EndCriteria end_criteria = 3;
453453

454454
// On which minute(s) of the hour does the event occur

0 commit comments

Comments
 (0)