Skip to content

Commit 6e5563d

Browse files
authored
Merge pull request #220 from asgs/patch-1
reword the clause on equality of two json objects.
2 parents a4b697f + 5f72dfd commit 6e5563d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<t>both are strings, and are the same codepoint-for-codepoint; or</t>
181181
<t>both are numbers, and have the same mathematical value; or</t>
182182
<t>both are arrays, and have an equal value item-for-item; or</t>
183-
<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>
183+
<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>
184184
</list>
185185
</t>
186186
<t>

0 commit comments

Comments
 (0)