Skip to content

Commit 1ae78d1

Browse files
authored
Merge branch 'master' into removed-intervals
2 parents f93078d + bc84004 commit 1ae78d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Contest_API.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1469,17 +1469,17 @@ These state changes must occur in the order listed in the table above,
14691469
as far as they do occur, except that `thawed` and `finalized` may occur
14701470
in any order. `removed_intervals` is not a state change, and so is not affected
14711471
by this requirement. For example, the contest may never be frozen and hence not
1472-
thawed either, or, it may be finalized before it is thawed. I.e. the following
1472+
thawed either, or, it may be finalized before it is thawed. I.e., the following
14731473
sequence of inequalities must hold:
14741474

14751475
```
14761476
started < frozen < ended < thawed < end_of_updates,
14771477
ended < finalized < end_of_updates.
14781478
```
14791479

1480-
A contest that has ended, has been thawed (or was never frozen) and is
1481-
finalized must not change. Thus, `end_of_updates` can be set once both
1482-
`finalized` is set and `thawed` is set if the contest was frozen.
1480+
A contest that has ended, been thawed (or was never frozen) and is finalized
1481+
must not change. Thus, `end_of_updates` can be set once both `finalized` is set
1482+
and `thawed` is set if the contest was frozen.
14831483

14841484
#### Examples
14851485

0 commit comments

Comments
 (0)