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

Commit 9e4df09

Browse files
committed
Better wording of items and their array indices
1 parent 1dd6acb commit 9e4df09

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
@@ -430,7 +430,7 @@ Content-Type: application/json;
430430
<list>
431431
<t>are null; or</t>
432432
<t>are booleans/numbers/strings and have the same value; or</t>
433-
<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>
433+
<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>
434434
<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>
435435
</list>
436436
</t>

0 commit comments

Comments
 (0)