Some minor WebIDL fixes
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 07 Jun 2012 15:34:55 +0800
changeset 694 d03fb67fed2b
parent 693 60ce73a93c91
child 695 2d0ba8015376
Some minor WebIDL fixes
spec/latest/json-ld-api/index.html
--- 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>