--- a/spec/latest/json-ld-api/index.html Thu Jun 07 15:30:59 2012 +0800
+++ b/spec/latest/json-ld-api/index.html Thu Jun 07 15:34:55 2012 +0800
@@ -519,7 +519,7 @@
<dt>object or object[] or URL input</dt>
<dd>The JSON-LD object or array of JSON-LD objects to perform the expansion upon or an
<tref>IRI</tref> referencing the JSON-LD document to expand.</dd>
- <dt>ObjectOrURL? context</dt>
+ <dt>object or URL? context</dt>
<dd>An optional external context to use additionally to the context embedded in
<code>input</code> when expanding the <code>input</code>.</dd>
<dt>JsonLdCallback callback</dt>
@@ -660,7 +660,7 @@
<dt>void jsonLd()</dt>
<dd>This callback is invoked when processing is complete.
<dl class="parameters">
- <dt>ObjectOrObjectArray jsonld</dt>
+ <dt>object or object[] jsonld</dt>
<dd>The processed JSON-LD document.</dd>
</dl>
</dd>