Fix typo.
This commit is contained in:
parent
780ed7e6ab
commit
77dc82bdb5
|
@ -4676,7 +4676,7 @@ class JsonLdProcessor {
|
||||||
if(self::_isKeyword($term)) {
|
if(self::_isKeyword($term)) {
|
||||||
throw new JsonLdException(
|
throw new JsonLdException(
|
||||||
'Invalid JSON-LD syntax; keywords cannot be overridden.',
|
'Invalid JSON-LD syntax; keywords cannot be overridden.',
|
||||||
'jsonld.SyntaxError', 'keyword definition',
|
'jsonld.SyntaxError', 'keyword redefinition',
|
||||||
array('context' => $local_ctx));
|
array('context' => $local_ctx));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue