Skip to content

Commit

Permalink
Update lib/evaluation/core/submissionRequirementMatch.ts
Browse files Browse the repository at this point in the history
Co-authored-by: sksadjad <[email protected]>
  • Loading branch information
TimoGlastra and sksadjad authored Sep 17, 2024
1 parent 78414c0 commit 90e54cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/evaluation/core/submissionRequirementMatch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export enum SubmissionRequirementMatchType {
* definition has three `submission_requirements` entries where the second submission requirement (index 1)
* has two `from_nested` `submission_requirements` entries and this match referes to the second (index 1) of
* this from nested, the {@link SubmissionRequirementMatch.id} property of the outer match refers to the outer index
* in the `submission_requirements` entries, and the nested {@link SubmissionRequirementMatch.id} referes to index of the
* in the `submission_requirements` entries, and the nested {@link SubmissionRequirementMatch.id} refers to index of the
* `from_nested` entries. This can go multiple layers deep.
*/
SubmissionRequirement = 'SubmissionRequirement',
Expand Down

0 comments on commit 90e54cd

Please sign in to comment.