html5/md Overview.html,1.42,1.43

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