Skip to content

Commit 03a4af3

Browse files
committed
Fix markup.
1 parent e5dfd28 commit 03a4af3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,6 @@ <h2>RDF Serialization/Deserialization</h2>
10921092
<li>an optional <dfn>language mapping</dfn> (<a>string</a>),</li>
10931093
<li class="changed">an optional <dfn>nest value</dfn> (<a>string</a>),</li>
10941094
<li>and an optional <dfn>type mapping</dfn> (<a>IRI</a>).</li>
1095-
</li>
10961095
</ul>
10971096

10981097
<p>A <a>term definition</a> can not only be used to map a <a>term</a>
@@ -2474,7 +2473,7 @@ <h3>Algorithm</h3>
24742473
<a href="#context-processing-algorithm">Context Processing algorithm</a>,
24752474
passing <var>active context</var>, the value of the
24762475
<code>@context</code> <a>entry</a> as <var>local context</var>
2477-
<span class="changed">and <var>base URL</var>.</li>
2476+
<span class="changed">and <var>base URL</var></span>.</li>
24782477
<li class="changed">Initialize <var>type-scoped context</var> to <var>active context</var>.
24792478
This is used for expanding values that may be relevant to any previous
24802479
<a>type-scoped context</a>.</li>

0 commit comments

Comments
 (0)