File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 12
12
whitespace.
13
13
- Terms of the form of an IRI must map to the same IRI.
14
14
- Terms of the form of a relative IRI may not be used as prefixes.
15
+ - Match spec error code "invalid context entry" vs "invalid context member".
15
16
16
17
### Changed
17
18
- Keep term definitions mapping to null so they may be protected.
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ api.process = async ({
255
255
'Invalid JSON-LD syntax; @propagate not compatible with ' +
256
256
activeCtx . processingMode ,
257
257
'jsonld.SyntaxError' ,
258
- { code : 'invalid context member ' , context : ctx } ) ;
258
+ { code : 'invalid context entry ' , context : ctx } ) ;
259
259
}
260
260
if ( typeof value !== 'boolean' ) {
261
261
throw new JsonLdError (
You can’t perform that action at this time.
0 commit comments