Skip to content

Commit ea01bb7

Browse files
gkelloggrubensworks
andcommitted
Apply suggestions from @rubensworks code review
Co-Authored-By: Ruben Taelman <[email protected]>
1 parent 76f2ab1 commit ea01bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compact-manifest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h2>JSON-LD Object comparison</h2>
4646
<p>JSON-LD Object comparison compares JSON objects, arrays, and values recursively for equality.</p>
4747

4848
<ul>
49-
<li>JSON objects are compared entry by entry without regard to the ordering of entriess within the object. Each entry must have a corresponding entry in the object being compared to. Values are compared recursively.</li>
49+
<li>JSON objects are compared entry by entry without regard to the ordering of entries within the object. Each entry must have a corresponding entry in the object being compared to. Values are compared recursively.</li>
5050
<li>JSON arrays are generally compared without regard to order (the lone exception being if the referencing key is <code>@list</code>). Each item within the array must be equivalent to an item in the array being compared to by using the comparison algorithm recursively. For values of <code>@list</code>, the order of these items is significant.</li>
5151
<li>JSON values are compared using strict equality.</li>
5252
<li>Values of <code>@language</code>, and other places where language tags may be used are specified in lowercase in the test results. Implementations should either normalize language tags for testing purposes, or compare language tags in a case-independent way.</li>

0 commit comments

Comments
 (0)