Skip to content

Commit bc84004

Browse files
authored
Merge pull request #185 from icpc/grammar-fix
Improved grammar
2 parents e3dd1de + 2898480 commit bc84004

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
@@ -1463,17 +1463,17 @@ Properties of state objects:
14631463
These state changes must occur in the order listed in the table above,
14641464
as far as they do occur, except that `thawed` and `finalized` may occur
14651465
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
14671467
following sequence of inequalities must hold:
14681468

14691469
```
14701470
started < frozen < ended < thawed < end_of_updates,
14711471
ended < finalized < end_of_updates.
14721472
```
14731473

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.
14771477

14781478
#### Examples
14791479

0 commit comments

Comments
 (0)