Skip to content

Commit 19b4ef5

Browse files
committed
* Add missing hyphen to "property-scoped context" variable in expansion algorithm. Fixes #214.
1 parent 8ec1a87 commit 19b4ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,7 @@ <h3>Algorithm</h3>
23752375
<li class="changed">If <var>active property</var> is <code>@default</code>,
23762376
initialize the {{JsonLdOptions/frameExpansion}} flag to <code>false</code>.</li>
23772377
<li class="changed">If <var>active property</var> has a <a>term definition</a> in <var>active context</var>
2378-
with a <a>local context</a>, initialize <var>property scoped context</var> to that <a>local context</a>.</li>
2378+
with a <a>local context</a>, initialize <var>property-scoped context</var> to that <a>local context</a>.</li>
23792379
<li>If <var>element</var> is a <a>scalar</a>,
23802380
<ol>
23812381
<li>If <var>active property</var> is <code>null</code> or <code>@graph</code>,

0 commit comments

Comments
 (0)