Skip to content

Commit 2d030fa

Browse files
pchampinpfps
andcommitted
Update spec/index.html
Co-authored-by: Peter F. Patel-Schneider <[email protected]>
1 parent 4000686 commit 2d030fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,8 +1904,7 @@ <h3>The <code>rdf:JSON</code> Datatype</h3>
19041904
<p class="note">
19051905
The finite unordered maps can be implemented with <a data-cite="INFRA#ordered-map">ordered maps</a> [[INFRA]]
19061906
by systematically sorting key-value pairs by key (using <a data-cite="I18N-GLOSSARY#dfn-code-point" class="lint-ignore">Unicode code point</a> order).
1907-
This ensures that lexical forms that differ only in the order of object members are mapped to the same element of the value space
1908-
(e.g. <code>{"a": "b", "c": "d"}</code> and <code>{"c": "d", "a": "b"}</code>).
1907+
This ensures that lexical forms that differ only in the order of object members (e.g., <code>{"a": "b", "c": "d"}</code> and <code>{"c": "d", "a": "b"}</code>) are mapped to the same value.
19091908
</p>
19101909
</section>
19111910

0 commit comments

Comments
 (0)