html5/spec Overview.html,1.3492,1.3493

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20886

Modified Files:
	Overview.html 
Log Message:
over-eager search/replace error (whatwg r4360)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3492
retrieving revision 1.3493
diff -u -d -r1.3492 -r1.3493
--- Overview.html	27 Oct 2009 19:36:03 -0000	1.3492
+++ Overview.html	27 Oct 2009 19:37:22 -0000	1.3493
@@ -9037,7 +9037,8 @@
 
     <p>If this raises an exception, then abort these steps.</p>
 
-    <p>Otherwise, let <var title="">new children</var> be <var title="">target</var>s returned.</p>
+    <p>Otherwise, let <var title="">new children</var> be the nodes
+    returned.</p>
 
    </li>
 
@@ -9165,7 +9166,8 @@
 
     <p>If this raises an exception, then abort these steps.</p>
 
-    <p>Otherwise, let <var title="">new children</var> be <var title="">target</var>s returned.</p>
+    <p>Otherwise, let <var title="">new children</var> be the nodes
+    returned.</p>
 
    </li>
 

Received on Tuesday, 27 October 2009 20:21:28 UTC