Skip to content

Commit 09bd12b

Browse files
authored
Fix p tag which should have been an a
fixes #571.
1 parent 47e7f10 commit 09bd12b

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
@@ -2944,11 +2944,11 @@ <h3>Algorithm</h3>
29442944
be the last <a>container mapping</a> value to be checked as it
29452945
is the most generic.</li>
29462946
<li class="changed">
2947-
If <p>processing mode</p> is <code>json-ld-1.1</code> and value does not contain the key <code>@index</code>, append
2947+
If <a>processing mode</a> is <code>json-ld-1.1</code> and value does not contain the key <code>@index</code>, append
29482948
<code>@index</code> and <code>@index@set</code> to <var>containers</var>.
29492949
</li>
29502950
<li class="changed">
2951-
If <p>processing mode</p> is <code>json-ld-1.1</code> and value contains only the key <code>@value</code>, append
2951+
If <a>processing mode</a> is <code>json-ld-1.1</code> and value contains only the key <code>@value</code>, append
29522952
<code>@language</code> and <code>@language@set</code> to <var>containers</var>.
29532953
</li>
29542954
<li>If <var>type/language value</var> is <code>null</code>, set it to

0 commit comments

Comments
 (0)