Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Dec 11, 2024
1 parent d169378 commit 59f7210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/@local/graph/types/typescript/src/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export type PropertyValidationReport = Subtype<
// The property value validation failed
type: "value";
/*
* Validation for each constraint in the `oneOf` field. The validation is assumed to pass if exactly one of the
* Validation for each constraint in the `oneOf` field. The validation is assumed to pass if at least one of the
* constraints passes. In this case, this field will be omitted. Whenever this field is present it can be assumed
* that the validation failed.
*/
Expand All @@ -93,7 +93,7 @@ export type PropertyValidationReport = Subtype<
// The property array validation failed
type: "array";
/*
* Validation for each constraint in the `oneOf` field. The validation is assumed to pass if exactly one of the
* Validation for each constraint in the `oneOf` field. The validation is assumed to pass if at least one of the
* constraints passes. In this case, this field will be omitted. Whenever this field is present it can be assumed
* that the validation failed.
*/
Expand Down

0 comments on commit 59f7210

Please sign in to comment.