Sam Jaffe пре 2 недеља
родитељ
комит
c4832202dc
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -125,7 +125,7 @@ For example:
   Draft04, and therefore is represented as:
   ```
   {"divisibleBy", {{schema::Version::Earliest, &Self::multipleOf},
-                   {schema::Version::Draft04, Removed}}},
+                     {schema::Version::Draft04, Removed}}},
   {"multipleOf",  {schema::Version::Draft04, &Self::multipleOf}}
   ```
 * A small number of rare constraints change their meaning when moving from
@@ -133,7 +133,7 @@ For example:
   sense to use different MakeConstraint functions for them.
   ```
   {"items", {{schema::Version::Earliest, &Self::itemsTupleOrVector},
-             {schema::Version::Draft2020_12, &Self::additionalItems}}}
+               {schema::Version::Draft2020_12, &Self::additionalItems}}}
   ```
 * Reserved keywords that have no meaning by themselves can use the Literal
   rule: