Add missing semicolon.

This commit is contained in:
Dave Longley 2013-09-14 13:43:50 -04:00
parent c5f9d1963a
commit 2a2cf85be9
1 changed files with 1 additions and 1 deletions

View File

@ -4714,7 +4714,7 @@ class JsonLdProcessor {
'Invalid JSON-LD syntax; @context @id value must be an ' .
'absolute IRI, a blank node identifier, or a keyword.',
'jsonld.SyntaxError', 'invalid IRI mapping',
array('context' => $local_ctx))
array('context' => $local_ctx));
}
$mapping->{'@id'} = $id;
}