Skip to content

Commit 0a7c170

Browse files
committed
Fix comments from Joshua
1 parent 7ade05b commit 0a7c170

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/2023-07-draft.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ The assumption of determinism means that a judge system could choose to reuse th
559559
560560
Test cases and [test data groups](#test-data-groups) will be used in lexicographical order on base name.
561561
It is good practice to use a numbered prefix such as `00`, `01`, `02`, `03`, and so on, to get the desired order of test cases, while keeping the file names descriptive.
562-
Remember that the numbered prefixes should be zer padded to the same length to get the expected lexicographical order.
562+
Remember that the numbered prefixes should be zero padded to the same length to get the expected lexicographical order.
563563
564564
### Test Data Configuration
565565
@@ -578,7 +578,7 @@ Key | Type | Default
578578
### Test Data Groups
579579
580580
The secret data may be sudivided into test data groups.
581-
A test data group is a subdirectory of `data/secret/` and may contain a `test_group.yaml` configuration file.
581+
Every subdirectory of `data/secret/` is a test data group and may contain a `test_group.yaml` configuration file.
582582
`data/secret` can only have test data groups *or* test cases, never both.
583583
That is, if there are any directories under `data/secret/` there must not be any `.in` files directly in `data/secret/` and vice versa.
584584
@@ -1321,7 +1321,7 @@ The score of `secret` is determined by its groups or test cases (it can only hav
13211321
The score of a test group is determined by test cases.
13221322
The score depends on the aggregation mode, which is either `pass-fail`, `sum`, or `min`.
13231323

1324-
- If a group uses `pass-fail` aggregation, the group must have bounded maximum score .
1324+
- If a group uses `pass-fail` aggregation, the group must have bounded maximum score.
13251325
If the submission receives an accepted verdict for all test cases or groups in the group,
13261326
the score of the group is equal to its maximum possible score.
13271327
Otherwise the group score is 0.

0 commit comments

Comments
 (0)