- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 08:37:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10357
Modified Files:
Overview.html
Log Message:
had the wrong exception (whatwg r5028)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4043
retrieving revision 1.4044
diff -u -d -r1.4043 -r1.4044
--- Overview.html 13 Apr 2010 08:36:34 -0000 1.4043
+++ Overview.html 13 Apr 2010 08:37:56 -0000 1.4044
@@ -48975,7 +48975,7 @@
<p>Returns the given range.</p>
- <p>Throws an <code><a href="#invalid_state_err">INVALID_STATE_ERR</a></code> exception if the value is out of range.</p>
+ <p>Throws an <code><a href="#index_size_err">INDEX_SIZE_ERR</a></code> exception if the value is out of range.</p>
</dd>
Received on Tuesday, 13 April 2010 08:38:01 UTC