Skip to content

Commit

Permalink
Fix reference to INFRA#map-entry.
Browse files Browse the repository at this point in the history
Fixes #93.
  • Loading branch information
gkellogg committed Jul 4, 2024
1 parent 4ab0df5 commit 44b066e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ <h3>The <code>rdf:JSON</code> Datatype</h3>
<a>strings</a>,
numbers (<a data-cite="XMLSCHEMA11-2#double"><strong>xsd:double</strong></a>),
<a data-cite="INFRA#ordered-map">maps</a>
(mapping <a>strings</a> to values in the <a href="#JSON-value-space">value space</a> where the order of <a data-cite="INFRA#entry">map entries</a> is not significant),
(mapping <a>strings</a> to values in the <a href="#JSON-value-space">value space</a> where the order of <a data-cite="INFRA#map-entry">map entries</a> is not significant),
<a data-cite="INFRA#list">lists</a>
(of values in the <a href="#JSON-value-space">value space</a>), and
literal values (<a data-cite="INFRA#boolean">`true`, `false`</a>, and <a data-cite="INFRA#nulls">`null`</a>)
Expand All @@ -1548,7 +1548,7 @@ <h3>The <code>rdf:JSON</code> Datatype</h3>
in |a| is equal the <a data-cite="INFRA#list-item">item</a>
at the corresponding index in |b|,
and both |a| and |b| have the same <a data-cite="INFRA#list-size">size</a>; or</li>
<li>if they are both <a data-cite="INFRA#ordered-map">maps</a> with equal <a data-cite="INFRA#entry">entries</a>
<li>if they are both <a data-cite="INFRA#ordered-map">maps</a> with equal <a data-cite="INFRA#map-entry">entries</a>
– meaning that both |a| and |b| have the same <a data-cite="INFRA#map-size">size</a>,
and for each entry <var>e<sub>a</sub></var> in |a|
there is an entry <var>e<sub>b</sub></var> in |b|
Expand Down

0 comments on commit 44b066e

Please sign in to comment.