Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Fix some typos or copypasta.
Affected topics: WebSocket API

git-svn-id: http://svn.whatwg.org/webapps@7086 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 2, 2012
1 parent 1c8dffa commit bda0b33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -81478,7 +81478,7 @@ <h4 id=the-websocket-interface><span class=secno>10.3.2 </span>The <code><a href
attribute at the last minute. This latter aspect is important in
particular because it is quite possible for the attribute to be
changed after the user agent has received the data but before the
user agent as fired the event for it.</p>
user agent has fired the event for it.</p>

<p>The <dfn id=dom-websocket-send title=dom-WebSocket-send><code>send(<var title="">data</var>)</code></dfn> method transmits data using the
connection. If the <code title=dom-WebSocket-readyState><a href=#dom-websocket-readystate>readyState</a></code> attribute is
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -81478,7 +81478,7 @@ socket.onopen = function () {
attribute at the last minute. This latter aspect is important in
particular because it is quite possible for the attribute to be
changed after the user agent has received the data but before the
user agent as fired the event for it.</p>
user agent has fired the event for it.</p>

<p>The <dfn id=dom-websocket-send title=dom-WebSocket-send><code>send(<var title="">data</var>)</code></dfn> method transmits data using the
connection. If the <code title=dom-WebSocket-readyState><a href=#dom-websocket-readystate>readyState</a></code> attribute is
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -94689,7 +94689,7 @@ socket.onopen = function () {
attribute at the last minute. This latter aspect is important in
particular because it is quite possible for the attribute to be
changed after the user agent has received the data but before the
user agent as fired the event for it.</p>
user agent has fired the event for it.</p>

<p>The <dfn title="dom-WebSocket-send"><code>send(<var
title="">data</var>)</code></dfn> method transmits data using the
Expand Down

0 comments on commit bda0b33

Please sign in to comment.