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=8638

git-svn-id: http://svn.whatwg.org/webapps@4657 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 5, 2010
1 parent 74a962f commit 1fb2395
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
5 changes: 2 additions & 3 deletions complete.html
Expand Up @@ -60694,10 +60694,9 @@ <h4 id=documentSelection><span class=secno>8.6.1 </span>APIs for the browsing co
...mostly because I can't work out how to describe what it does quickly.
-->

<p>The <code><a href=#selection-0>Selection</a></code> interface is represents a list of
<p>The <code><a href=#selection-0>Selection</a></code> interface represents a list of
<code>Range</code> objects. The first item in the list has index 0,
and the last item has index <var title="">count</var>-1, where
<var title="">count</var> is the number of ranges in the list. <a href=#refsDOMRANGE>[DOMRANGE]</a></p>
and the last item has index <var title="">count</var>-1, where <var title="">count</var> is the number of ranges in the list. <a href=#refsDOMRANGE>[DOMRANGE]</a></p>

<p>All of the members of the <code><a href=#selection-0>Selection</a></code> interface are
defined in terms of operations on the <code>Range</code> objects
Expand Down
5 changes: 2 additions & 3 deletions index
Expand Up @@ -59897,10 +59897,9 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
...mostly because I can't work out how to describe what it does quickly.
-->

<p>The <code><a href=#selection-0>Selection</a></code> interface is represents a list of
<p>The <code><a href=#selection-0>Selection</a></code> interface represents a list of
<code>Range</code> objects. The first item in the list has index 0,
and the last item has index <var title="">count</var>-1, where
<var title="">count</var> is the number of ranges in the list. <a href=#refsDOMRANGE>[DOMRANGE]</a></p>
and the last item has index <var title="">count</var>-1, where <var title="">count</var> is the number of ranges in the list. <a href=#refsDOMRANGE>[DOMRANGE]</a></p>

<p>All of the members of the <code><a href=#selection-0>Selection</a></code> interface are
defined in terms of operations on the <code>Range</code> objects
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -69811,10 +69811,10 @@ interface <dfn>SQLTransactionSync</dfn> {
...mostly because I can't work out how to describe what it does quickly.
-->

<p>The <code>Selection</code> interface is represents a list of
<p>The <code>Selection</code> interface represents a list of
<code>Range</code> objects. The first item in the list has index 0,
and the last item has index <var title="">count</var>-1, where
<var title="">count</var> is the number of ranges in the list. <a
and the last item has index <var title="">count</var>-1, where <var
title="">count</var> is the number of ranges in the list. <a
href="#refsDOMRANGE">[DOMRANGE]</a></p>

<p>All of the members of the <code>Selection</code> interface are
Expand Down

0 comments on commit 1fb2395

Please sign in to comment.