[html5] r4885 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9117

whatwg at whatwg.org whatwg at whatwg.org
Sun Mar 28 22:14:09 PDT 2010


Author: ianh
Date: 2010-03-28 22:14:08 -0700 (Sun, 28 Mar 2010)
New Revision: 4885

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9117

Modified: complete.html
===================================================================
--- complete.html	2010-03-29 05:12:18 UTC (rev 4884)
+++ complete.html	2010-03-29 05:14:08 UTC (rev 4885)
@@ -26324,7 +26324,7 @@
     the offset at the other end.</p>
 
     <p>Throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception if the offset
-    it out of range. Throws a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception if the
+    is out of range. Throws a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception if the
     color cannot be parsed.</p>
 
    </dd>

Modified: index
===================================================================
--- index	2010-03-29 05:12:18 UTC (rev 4884)
+++ index	2010-03-29 05:14:08 UTC (rev 4885)
@@ -26225,7 +26225,7 @@
     the offset at the other end.</p>
 
     <p>Throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception if the offset
-    it out of range. Throws a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception if the
+    is out of range. Throws a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception if the
     color cannot be parsed.</p>
 
    </dd>

Modified: source
===================================================================
--- source	2010-03-29 05:12:18 UTC (rev 4884)
+++ source	2010-03-29 05:14:08 UTC (rev 4885)
@@ -28503,7 +28503,7 @@
     the offset at the other end.</p>
 
     <p>Throws an <code>INDEX_SIZE_ERR</code> exception if the offset
-    it out of range. Throws a <code>SYNTAX_ERR</code> exception if the
+    is out of range. Throws a <code>SYNTAX_ERR</code> exception if the
     color cannot be parsed.</p>
 
    </dd>




More information about the Commit-Watchers mailing list