Skip to content

Commit 3838d3c

Browse files
committed
Remove duplicated text in the expansion algorithm.
1 parent 129ee46 commit 3838d3c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2544,17 +2544,14 @@ <h3>Algorithm</h3>
25442544
<var class="changed">type-scoped context</var> for <var>active context</var>,
25452545
<code>true</code> for <var>vocab</var>,
25462546
and <code>true</code> for <var>document relative</var> to expand that value.</li>
2547-
<li>Otherwise,
2547+
<li id="expansion-tsc">Otherwise,
25482548
set <var>expanded value</var> to the result of using the
25492549
<a href="#iri-expansion">IRI Expansion algorithm</a>, passing
25502550
<var class="changed">type-scoped context</var> for <var>active context</var>,
25512551
<code>true</code> for <var>vocab</var>,
25522552
and <code>true</code> for <var>document relative</var> to expand the <var>value</var>
25532553
or each of its items.
2554-
<span class="changed">If <var>result</var> already has an entry for `@type`,
2555-
prepend the value of `@type` in <var>result</var> to <var>expanded value</var>,
2556-
transforming it into an <a>array</a>, if necessary.</span>
2557-
</li>
2554+
</li>
25582555
<li><span class="changed">If <var>result</var> already has an entry for `@type`,
25592556
prepend the value of `@type` in <var>result</var> to <var>expanded value</var>,
25602557
transforming it into an <a>array</a>, if necessary.</span>
@@ -6900,6 +6897,10 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
69006897
<a href="#create-term-definition">Create Term Definition algorithm</a>
69016898
that `@graph` may be used with `@set`.
69026899
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/242">Issue 242</a>.</li>
6900+
<li>Remove text from <a href="#expansion-tsc">13.4.4.4</a> of the
6901+
<a href="#expansion-algorithm">Expansion algorithm</a>
6902+
that duplicate the following step.
6903+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/243">Issue 243</a>.</li>
69036904
</ul>
69046905
</section>
69056906

0 commit comments

Comments
 (0)