Skip to content
Prev Previous commit
Next Next commit
Remove errant line and change @type@set to @set@type.
  • Loading branch information
gkellogg committed Jan 17, 2018
commit f6c72caa2f695a016b9c5a101ee81b4542e396c9
3 changes: 1 addition & 2 deletions spec/latest/json-ld-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2804,7 +2804,6 @@ <h3>Algorithm</h3>
to <em>containers</em>.</li>
</ol>
</li>
append <code>@graph</code>, <code>@id</code>, <code>@index</code> and <code>@set</code> to <em>containers</em>.</li>
<li>Otherwise:
<ol class="algorithm">
<li>If <em>value</em> is a <a>value object</a>:
Expand All @@ -2828,7 +2827,7 @@ <h3>Algorithm</h3>
<li>Otherwise, set <em>type/language</em> to <code>@type</code>
and set <em>type/language value</em> to <code>@id</code>,
<span class="changed">and append <code>@id</code>, <code>@id@set</code>,
<code>@type</code>, and <code>@type@set</code></span>,
<code>@type</code>, and <code>@set@type</code></span>,
to <em>containers</em>.</li>
<li class="changed">
If value does not contain the key <code>@index</code>, append
Expand Down