Skip to content

Commit

Permalink
make it clear XMLHttpRequestUpload is unique
Browse files Browse the repository at this point in the history
Not sure you can ever tell the difference. But okay. Fixes
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16299
  • Loading branch information
annevk committed Sep 27, 2012
1 parent 3a2d828 commit 1d7f7d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,8 @@ <h3 id="request"><span class="secno">4.7 </span>Request</h3>
</dl>


<p>Each <code><a href="#xmlhttprequest">XMLHttpRequest</a></code> object also has an associated
<code><a href="#xmlhttprequestupload">XMLHttpRequestUpload</a></code> object.</p>
<p>Each <code><a href="#xmlhttprequest">XMLHttpRequest</a></code> object also has a unique, associated
<code><a href="#xmlhttprequestupload">XMLHttpRequestUpload</a></code> object.



Expand Down
4 changes: 2 additions & 2 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@ <h3 id="request">Request</h3>
</dl>


<p>Each <code>XMLHttpRequest</code> object also has an associated
<code>XMLHttpRequestUpload</code> object.</p>
<p>Each <code>XMLHttpRequest</code> object also has a unique, associated
<code>XMLHttpRequestUpload</code> object.



Expand Down

0 comments on commit 1d7f7d3

Please sign in to comment.