Skip to content

Commit

Permalink
Merge pull request #220 from asgs/patch-1
Browse files Browse the repository at this point in the history
reword the clause on equality of two json objects.
  • Loading branch information
Relequestual authored Jan 5, 2017
2 parents a4b697f + 5f72dfd commit 6e5563d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonschema-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<t>both are strings, and are the same codepoint-for-codepoint; or</t>
<t>both are numbers, and have the same mathematical value; or</t>
<t>both are arrays, and have an equal value item-for-item; or</t>
<t>both are objects, and each property in one has exactly one property with an equal key the other, and that other property has an equal value.</t>
<t>both are objects, and each property in one has exactly one property with a key equal to the other's, and that other property has an equal value.</t>
</list>
</t>
<t>
Expand Down

0 comments on commit 6e5563d

Please sign in to comment.