Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13867

git-svn-id: http://svn.whatwg.org/webapps@6631 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 5, 2011
1 parent c42e779 commit c530ed1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -57500,7 +57500,7 @@ <h4 id=using-the-microdata-dom-api><span class=secno>5.1.6 </span>Using the micr
that item.</p>

<pre>var user = document.getItems('http://example.net/user')[0];
alert('Hello ' + user.properties['name'][0].content + '!');</pre>
alert('Hello ' + user.properties['name'][0].itemValue + '!');</pre>

</div>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -57500,7 +57500,7 @@ contradict people?
that item.</p>

<pre>var user = document.getItems('http://example.net/user')[0];
alert('Hello ' + user.properties['name'][0].content + '!');</pre>
alert('Hello ' + user.properties['name'][0].itemValue + '!');</pre>

</div>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -64858,7 +64858,7 @@ contradict people?
that item.</p>

<pre>var user = document.getItems('http://example.net/user')[0];
alert('Hello ' + user.properties['name'][0].content + '!');</pre>
alert('Hello ' + user.properties['name'][0].itemValue + '!');</pre>

</div>

Expand Down

0 comments on commit c530ed1

Please sign in to comment.