--- a/spec/latest/json-ld-api/index.html Sun Apr 29 23:51:35 2012 -0400
+++ b/spec/latest/json-ld-api/index.html Sun Apr 29 20:56:13 2012 -0700
@@ -633,6 +633,9 @@
<dt>object or object[] or URL input</dt>
<dd>The JSON-LD object or array of JSON-LD objects to convert to RDF or an <tref>IRI</tref>
referencing the JSON-LD document to convert to RDF.</dd>
+ <dt>ObjectOrURL? context</dt>
+ <dd>An external context to use additionally to the context embedded in
+ <code>input</code> when expanding the <code>input</code>.</dd>
<dt>StatementCallback callback</dt>
<dd>A callback that is called when a <a>Statement</a> is created from processing
the given <code>input</code>.</dd>