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 e62d46e commit 309b994
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 @@ -8,7 +8,7 @@ export enum SubmissionRequirementMatchType {
*
* If the match is a nested match result, this match type refers to the nested index. E.g. a presentation
* 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
* has two `from_nested` `submission_requirements` entries and this match refers 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} refers to index of the
* `from_nested` entries. This can go multiple layers deep.
Expand Down

0 comments on commit 309b994

Please sign in to comment.