Skip to content

Commit 1612f1c

Browse files
committed
Fix minor compaction algorithm bug
Thanks to @dlongley for spotting it This addresses #253.
1 parent b831545 commit 1612f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/latest/json-ld-api/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1984,8 +1984,8 @@ <h3>Algorithm</h3>
19841984
a <tref>reverse property</tref>
19851985
<ol class="algorithm">
19861986
<li>If the <tref>term definition</tref> for <i>property</i> in
1987-
the <tref>active context</tref> does not have a
1988-
<tref>container mapping</tref> of <code>@set</code>,
1987+
the <tref>active context</tref> has a
1988+
<tref>container mapping</tref> of <code>@set</code> or
19891989
<code class="idlMemberName"><a href="#widl-JsonLdOptions-compactArrays">compactArrays</a></code>
19901990
is <tref>false</tref>, and <i>value</i> is not an
19911991
<tref>array</tref>, set <i>value</i> to a new

0 commit comments

Comments
 (0)