spelling: constraints

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-12-11 20:05:45 -10:00
parent 0ce6c378d9
commit b54dcfe6e8
2 changed files with 2 additions and 2 deletions

View File

@ -8391,7 +8391,7 @@ public:
// non-string values seems like the right thing to do, to avoid
// this throwing an exception.
//
// Schemas that need tighter validation around 'format' constaints
// Schemas that need tighter validation around 'format' constraints
// should generally pair it with a 'type' constraint.
//
// Reference:

View File

@ -365,7 +365,7 @@ public:
// non-string values seems like the right thing to do, to avoid
// this throwing an exception.
//
// Schemas that need tighter validation around 'format' constaints
// Schemas that need tighter validation around 'format' constraints
// should generally pair it with a 'type' constraint.
//
// Reference: