- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Oct 2009 19:37:25 +0000
- To: public-html-commits@w3.org
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