hixie: missing word (whatwg r4519)

hixie: missing word (whatwg r4519)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3615&r2=1.3616&f=h
http://html5.org/tools/web-apps-tracker?from=4518&to=4519

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3615
retrieving revision 1.3616
diff -u -d -r1.3615 -r1.3616
--- Overview.html 6 Jan 2010 10:45:40 -0000 1.3615
+++ Overview.html 6 Jan 2010 10:48:46 -0000 1.3616
@@ -9016,9 +9016,9 @@
      <dd>Just inside the element, after its last child.</dd>
      <dt>"afterend"</dt>
      <dd>After the element itself.</dd>
-    </dl><p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception the arguments have
-    invalid values (e.g., in the case of <a href="#xml-documents">XML documents</a>,
-    if the given string is not well-formed).</p>
+    </dl><p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception if the arguments
+    have invalid values (e.g., in the case of <a href="#xml-documents">XML
+    documents</a>, if the given string is not well-formed).</p>
 
     <p>Throws a <code><a href="#no_modification_allowed_err">NO_MODIFICATION_ALLOWED_ERR</a></code> exception if
     the given position isn't possible (e.g. inserting elements after

Received on Wednesday, 6 January 2010 10:49:25 UTC