- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Feb 2010 02:21:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv1726
Modified Files:
Overview.html
Log Message:
Make some algorithms things more consistent with other algorithms. (whatwg r4804)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- Overview.html 23 Feb 2010 22:26:17 -0000 1.42
+++ Overview.html 25 Feb 2010 02:21:55 -0000 1.43
@@ -1245,7 +1245,7 @@
the child elements of <var title="">current</var> to <var title="">pending</var>.</li>
<li><p><i>End of loop</i>: If <var title="">pending</var> is not
- empty, return to the step marked <i>loop</i>.</li>
+ empty, return to the step labeled <i>loop</i>.</li>
<li><p>Return <var title="">results</var>.</li>
Received on Thursday, 25 February 2010 02:21:59 UTC