html5/spec Overview.html,1.3197,1.3198

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

Modified Files:
	Overview.html 
Log Message:
typo (whatwg r4036)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3197
retrieving revision 1.3198
diff -u -d -r1.3197 -r1.3198
--- Overview.html	29 Sep 2009 08:07:52 -0000	1.3197
+++ Overview.html	29 Sep 2009 08:11:35 -0000	1.3198
@@ -39239,7 +39239,7 @@
   attribute is used.<p>To add a property to an item, the <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute is used on one of
   the <a href="#concept-item" title="concept-item">item's</a> descendants.<div class="example">
 
-   <p>Here there are two items, each of which have the property "name":</p>
+   <p>Here there are two items, each of which has the property "name":</p>
 
    <pre>&lt;div item&gt;
  &lt;p&gt;My name is &lt;span itemprop="name"&gt;Elizabeth&lt;/span&gt;.&lt;/p&gt;

Received on Tuesday, 29 September 2009 08:11:47 UTC