Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 5351035

Browse files
kriszypnickl-
authored andcommitted
Better wording of items and their array indices
1 parent 3fefea8 commit 5351035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-zyp-json-schema-04.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ Content-Type: application/json;
458458
<list>
459459
<t>are null; or</t>
460460
<t>are booleans/numbers/strings and have the same value; or</t>
461-
<t>are arrays, contains the same number of items, and each item in the array is equal to the corresponding item in the other array; or</t>
461+
<t>are arrays, contains the same number of items, and each item in the array is equal to the item at the corresponding index in the other array; or</t>
462462
<t>are objects, contains the same property names, and each property in the object is equal to the corresponding property in the other object.</t>
463463
</list>
464464
</t>

0 commit comments

Comments
 (0)