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 90e54cd commit e62d46e
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 @@ -18,7 +18,7 @@ export enum SubmissionRequirementMatchType {
/**
* Match for an input_descriptors entry in the presentation definition. This type will be used
* if no submission_requirements are present in the presentation definition. If the match type
* is `InputDescriptor` the {@link SubmissionRequirementMatch.id} property referes to the `id`
* is `InputDescriptor` the {@link SubmissionRequirementMatch.id} property refers to the `id`
* of the `input_descriptors` entry in the presentation definition.
*/
InputDescriptor = 'InputDescriptor',
Expand Down

0 comments on commit e62d46e

Please sign in to comment.