hixie: webidl typo (whatwg r4432)

hixie: webidl typo (whatwg r4432)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3535&r2=1.3536&f=h
http://html5.org/tools/web-apps-tracker?from=4431&to=4432

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3535
retrieving revision 1.3536
diff -u -d -r1.3535 -r1.3536
--- Overview.html 10 Dec 2009 14:50:52 -0000 1.3535
+++ Overview.html 10 Dec 2009 15:40:35 -0000 1.3536
@@ -21661,7 +21661,7 @@
 
   DOMString <a href="#dom-canvas-todataurl" title="dom-canvas-toDataURL">toDataURL</a>(in optional DOMString type, in any... args);
 
-  Object <a href="#dom-canvas-getcontext" title="dom-canvas-getContext">getContext</a>(in DOMString contextId);
+  object <a href="#dom-canvas-getcontext" title="dom-canvas-getContext">getContext</a>(in DOMString contextId);
 };</pre>
    </dd>
   </dl><p>The <code><a href="#the-canvas-element">canvas</a></code> element provides scripts with a

Received on Thursday, 10 December 2009 15:41:22 UTC