Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10985

git-svn-id: http://svn.whatwg.org/webapps@5609 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2010
1 parent d8dc404 commit 6232dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -73851,7 +73851,7 @@ <h4 id=the-websocket-interface><span class=secno>10.3.2 </span>The <code><a href
array is a subprotocol name. The connection will only be established
if the server reports that it has selected one of these
subprotocols. The subprotocol names must all be non-empty ASCII
strings with no control characters and not spaces in them (i.e. only
strings with no control characters and no spaces in them (i.e. only
characters in the range U+0021 to U+007E).</p>

<p>When the <code>WebSocket()</code> constructor is invoked, the UA
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -83148,7 +83148,7 @@ interface <dfn>WebSocket</dfn> {
array is a subprotocol name. The connection will only be established
if the server reports that it has selected one of these
subprotocols. The subprotocol names must all be non-empty ASCII
strings with no control characters and not spaces in them (i.e. only
strings with no control characters and no spaces in them (i.e. only
characters in the range U+0021 to U+007E).</p>

<p>When the <code>WebSocket()</code> constructor is invoked, the UA
Expand Down

0 comments on commit 6232dfc

Please sign in to comment.