Skip to content

Commit 28c0860

Browse files
niemelaeldering
andauthored
Update Contest_API.md
Co-authored-by: Jaap Eldering <eldering@users.noreply.github.com>
1 parent 1561d07 commit 28c0860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contest_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ Properties of contest objects:
761761

762762
The typical use of `countdown_pause_time` is when a contest director wishes to pause the countdown to the start of a contest. For example, this may occur because of technical
763763
issues or to make an announcement. When the contest countdown is paused, the value of `countdown_pause_time` should be set to the expected time remaining before the start of the contest after the pause is lifted.
764-
In this case, the `start_time` must be set to `null`, thereby, setting an undefined `start_time` (the `start_time` is undefined since
764+
If `countdown_pause_time` is set, then the `start_time` must be set to `null`, thereby, setting an undefined `start_time` (the `start_time` is undefined since
765765
the length of the pause may be unknown).
766766
The `countdown_pause_time` may be changed to indicate the approximate delay until the contest starts.
767767
Countdown is resumed by setting a new `start_time` and resetting

0 commit comments

Comments
 (0)