Skip to content

Commit 5595e46

Browse files
pchampingkelloggTallTed
authored andcommitted
Apply suggestions from code review
Co-authored-by: Gregg Kellogg <[email protected]> Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 9444be3 commit 5595e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@ <h3>The <code>rdf:JSON</code> Datatype</h3>
18441844
<a>strings</a>,
18451845
numbers (<a data-cite="XMLSCHEMA11-2#double"><strong>xsd:double</strong></a>),
18461846
<a data-cite="INFRA#ordered-map">maps</a>
1847-
mapping <a>strings</a> to values in the <a href="#JSON-value-space">value space</a> where the key-value pairs are ordered by key (using <a data-cite="I18N-GLOSSARY#dfn-code-point" class="lint-ignore">Unicode code points</a> order),
1847+
mapping <a>strings</a> to values in the <a href="#JSON-value-space">value space</a> where the key-value pairs are ordered by key (using <a data-cite="I18N-GLOSSARY#dfn-code-point" class="lint-ignore">Unicode code point</a> order),
18481848
<a data-cite="INFRA#list">lists</a>
18491849
of values in the <a href="#JSON-value-space">value space</a>, and
18501850
literal values (<a data-cite="INFRA#boolean">`true`, `false`</a>, and <a data-cite="INFRA#nulls">`null`</a>)
@@ -1871,7 +1871,7 @@ <h3>The <code>rdf:JSON</code> Datatype</h3>
18711871
with the <a data-cite="INFRA#map-key">key</a> taken from the member name and
18721872
<a data-cite="INFRA#map-value">value</a> taken by performing this mapping
18731873
to the member value,
1874-
and sorting the entryes by key ()
1874+
and sorting the entries by key ()
18751875
(using <a data-cite="I18N-GLOSSARY#dfn-code-point" class="lint-ignore">Unicode code points</a> order).
18761876
</li>
18771877
<li>A <a data-cite="RFC8259#section-5">JSON Array</a> is mapped to a <a data-cite="INFRA#list">list</a>

0 commit comments

Comments
 (0)