From b54dcfe6e8b93fadb2cee45607be36ec5e7754d1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:05:45 -1000 Subject: [PATCH] spelling: constraints Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- examples/valijson_nlohmann_bundled.hpp | 2 +- include/valijson/validation_visitor.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/valijson_nlohmann_bundled.hpp b/examples/valijson_nlohmann_bundled.hpp index 39d81f7..a780c9f 100644 --- a/examples/valijson_nlohmann_bundled.hpp +++ b/examples/valijson_nlohmann_bundled.hpp @@ -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: diff --git a/include/valijson/validation_visitor.hpp b/include/valijson/validation_visitor.hpp index 0eed96e..915a617 100644 --- a/include/valijson/validation_visitor.hpp +++ b/include/valijson/validation_visitor.hpp @@ -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: