Skip to content

Commit 38315fb

Browse files
committed
"has already an" => "already has an".
1 parent cc80c8b commit 38315fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2377,12 +2377,12 @@ <h3>Algorithm</h3>
23772377
<li>If <var>active property</var> equals <code>@reverse</code>, an
23782378
<a data-link-for="JsonLdErrorCode">invalid reverse property map</a>
23792379
error has been detected and processing is aborted.</li>
2380-
<li>If <var>result</var> has already an <var>expanded property</var> <a>entry</a>,
2380+
<li>If <var>result</var> already has an <var>expanded property</var> <a>entry</a>,
23812381
<span class="changed">other than `@included` or `@type`
23822382
(unless <a>processing mode</a> is `json-ld-1.0`)</span>,
23832383
a <a data-link-for="JsonLdErrorCode">colliding keywords</a>
23842384
error has been detected and processing is aborted.</li>
2385-
<li class="changed">If <var>result</var> has already an <var>expanded property</var> <a>entry</a>,
2385+
<li class="changed">If <var>result</var> already has an <var>expanded property</var> <a>entry</a>,
23862386
for `@included` or `@type`.
23872387
Set <a>processing mode</a>, to `json-ld-1.1`, if not already set.</li>
23882388
<li>If <var>expanded property</var> is <code>@id</code> and
@@ -4483,7 +4483,7 @@ <h3>Algorithm</h3>
44834483
<var>node</var> unless it is already in that <a>array</a>. Finally
44844484
remove the <code>@type</code> <a>entry</a> from <var>element</var>.</li>
44854485
<li>If <var>element</var> has an <code>@index</code> <a>entry</a>, set the <code>@index</code>
4486-
<a>entry</a> of <var>node</var> to its value. If <a>node</a> has already an
4486+
<a>entry</a> of <var>node</var> to its value. If <a>node</a> already has an
44874487
<code>@index</code> <a>entry</a> with a different value, a
44884488
<a data-link-for="JsonLdErrorCode">conflicting indexes</a>
44894489
error has been detected and processing is aborted. Otherwise, continue by

0 commit comments

Comments
 (0)