@@ -2377,12 +2377,12 @@ <h3>Algorithm</h3>
2377
2377
< li > If < var > active property</ var > equals < code > @reverse</ code > , an
2378
2378
< a data-link-for ="JsonLdErrorCode "> invalid reverse property map</ a >
2379
2379
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 > ,
2381
2381
< span class ="changed "> other than `@included` or `@type`
2382
2382
(unless < a > processing mode</ a > is `json-ld-1.0`)</ span > ,
2383
2383
a < a data-link-for ="JsonLdErrorCode "> colliding keywords</ a >
2384
2384
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 > ,
2386
2386
for `@included` or `@type`.
2387
2387
Set < a > processing mode</ a > , to `json-ld-1.1`, if not already set.</ li >
2388
2388
< li > If < var > expanded property</ var > is < code > @id</ code > and
@@ -4483,7 +4483,7 @@ <h3>Algorithm</h3>
4483
4483
< var > node</ var > unless it is already in that < a > array</ a > . Finally
4484
4484
remove the < code > @type</ code > < a > entry</ a > from < var > element</ var > .</ li >
4485
4485
< 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
4487
4487
< code > @index</ code > < a > entry</ a > with a different value, a
4488
4488
< a data-link-for ="JsonLdErrorCode "> conflicting indexes</ a >
4489
4489
error has been detected and processing is aborted. Otherwise, continue by
0 commit comments