- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 06 Feb 2010 00:09:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30838
Modified Files:
Overview.html
Log Message:
grammar error (whatwg r4670)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3723
retrieving revision 1.3724
diff -u -d -r1.3723 -r1.3724
--- Overview.html 6 Feb 2010 00:08:02 -0000 1.3723
+++ Overview.html 6 Feb 2010 00:09:21 -0000 1.3724
@@ -37718,7 +37718,7 @@
all users to benefit from the information.</p>
<p>The <code><a href="#the-ul-element">ul</a></code> element is used (rather than
- <code><a href="#the-ol-element">ol</a></code>) because the order is not particular important:
+ <code><a href="#the-ol-element">ol</a></code>) because the order is not particularly important:
while the list is in fact ordered alphabetically, it would convey
the same information if ordered by, say, the length of the tag.</p>
Received on Saturday, 6 February 2010 00:09:26 UTC