hixie: typo (whatwg r4657)

hixie: typo (whatwg r4657)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3710&r2=1.3711&f=h
http://html5.org/tools/web-apps-tracker?from=4656&to=4657

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3710
retrieving revision 1.3711
diff -u -d -r1.3710 -r1.3711
--- Overview.html 5 Feb 2010 20:11:24 -0000 1.3710
+++ Overview.html 5 Feb 2010 20:12:51 -0000 1.3711
@@ -46806,10 +46806,9 @@
     // do something
 
   ...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>All of the members of the <code><a href="#selection-0">Selection</a></code> interface are
+  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>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
   represented by this object. These operations can raise exceptions,
   as defined for the <code>Range</code> interface; this can therefore

Received on Friday, 5 February 2010 20:13:31 UTC