Skip to content

Commit

Permalink
[e] (0) fix webidl typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6149 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 24, 2011
1 parent 42eb1c9 commit 4f2cf1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -78807,8 +78807,8 @@ <h4 id=network-intro><span class=secno>11.3.1 </span>Introduction</h4>

<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>;

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -89443,8 +89443,8 @@ data:&nbsp;test</pre>

<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>;

Expand Down

0 comments on commit 4f2cf1a

Please sign in to comment.