File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1463,17 +1463,17 @@ Properties of state objects:
1463
1463
These state changes must occur in the order listed in the table above,
1464
1464
as far as they do occur, except that ` thawed ` and ` finalized ` may occur
1465
1465
in any order. For example, the contest may never be frozen and hence not
1466
- thawed either, or, it may be finalized before it is thawed. That, is the
1466
+ thawed either, or, it may be finalized before it is thawed. I.e., the
1467
1467
following sequence of inequalities must hold:
1468
1468
1469
1469
```
1470
1470
started < frozen < ended < thawed < end_of_updates,
1471
1471
ended < finalized < end_of_updates.
1472
1472
```
1473
1473
1474
- A contest that has ended, has been thawed (or was never frozen) and is
1475
- finalized must not change. Thus, ` end_of_updates ` can be set once both
1476
- ` finalized ` is set and ` thawed ` is set if the contest was frozen.
1474
+ A contest that has ended, been thawed (or was never frozen) and is finalized
1475
+ must not change. Thus, ` end_of_updates ` can be set once both ` finalized ` is set
1476
+ and ` thawed ` is set if the contest was frozen.
1477
1477
1478
1478
#### Examples
1479
1479
You can’t perform that action at this time.
0 commit comments