Skip to content

Commit 5175f1c

Browse files
committed
Fix overview text on setting processing mode from context.
1 parent 6390be2 commit 5175f1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -794,10 +794,10 @@ <h3>Overview</h3>
794794
in the <a>local context</a> <a>array</a> as follows.</p>
795795

796796
<p class="changed">Unless specified using
797-
<a data-link-for="JsonLdOptions">processingMode</a> API option, the first
798-
<a>context</a> parsed which is a <a>dictionary</a> determines
799-
sets the <a>processing mode</a> and
800-
affects the behavior of <a>expansion</a> and <a>compaction</a> algorithms.</p>
797+
<a data-link-for="JsonLdOptions">processingMode</a> API option,
798+
the <a>processing mode</a> is set using the <code>@version</code> member
799+
in a local <a>context</a> and
800+
affects the behavior of algorithms including <a>expansion</a> and <a>compaction</a>.</p>
801801

802802
<p>If <a>context</a> is a <a>string</a>, it represents a reference to
803803
a remote context. We dereference the remote context and replace <a>context</a>

0 commit comments

Comments
 (0)