[html5] r6149 - [e] (0) fix webidl typo

whatwg at whatwg.org whatwg at whatwg.org
Tue May 24 16:38:02 PDT 2011


Author: ianh
Date: 2011-05-24 16:38:01 -0700 (Tue, 24 May 2011)
New Revision: 6149

Modified:
   complete.html
   source
Log:
[e] (0) fix webidl typo

Modified: complete.html
===================================================================
--- complete.html	2011-05-24 23:16:41 UTC (rev 6148)
+++ complete.html	2011-05-24 23:38:01 UTC (rev 6149)
@@ -78807,8 +78807,8 @@
 
   <h4 id=the-websocket-interface><span class=secno>11.3.2 </span>The <code><a href=#websocket>WebSocket</a></code> interface</h4>
 
-  <pre class=idl>[<a href=#dom-websocket title=dom-WebSocket>Constructor</a>(in DOMString url, in optional DOMString protocols)]
-[<a href=#dom-websocket title=dom-WebSocket>Constructor</a>(in DOMString url, in optional DOMString[] protocols)]
+  <pre class=idl>[<a href=#dom-websocket title=dom-WebSocket>Constructor</a>(in DOMString url, in optional DOMString protocols),
+ <a href=#dom-websocket title=dom-WebSocket>Constructor</a>(in DOMString url, in optional DOMString[] protocols)]
 interface <dfn id=websocket>WebSocket</dfn> {
   readonly attribute DOMString <a href=#dom-websocket-url title=dom-WebSocket-url>url</a>;
 

Modified: source
===================================================================
--- source	2011-05-24 23:16:41 UTC (rev 6148)
+++ source	2011-05-24 23:38:01 UTC (rev 6149)
@@ -89443,8 +89443,8 @@
 
   <h4>The <code>WebSocket</code> interface</h4>
 
-  <pre class="idl">[<span title="dom-WebSocket">Constructor</span>(in DOMString url, in optional DOMString protocols)]
-[<span title="dom-WebSocket">Constructor</span>(in DOMString url, in optional DOMString[] protocols)]
+  <pre class="idl">[<span title="dom-WebSocket">Constructor</span>(in DOMString url, in optional DOMString protocols),
+ <span title="dom-WebSocket">Constructor</span>(in DOMString url, in optional DOMString[] protocols)]
 interface <dfn>WebSocket</dfn> {
   readonly attribute DOMString <span title="dom-WebSocket-url">url</span>;
 




More information about the Commit-Watchers mailing list