Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5792 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 20, 2011
1 parent c886ff8 commit 8c6146b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -12632,8 +12632,8 @@ <h4 id=insertadjacenthtml()><span class=secno>3.5.7 </span><code title=dom-inser
documents">XML document</a>: Invoke the <a href=#xml-fragment-parsing-algorithm>XML fragment
parsing algorithm</a>.</p>

<p>In either case, the algorithm must be invoked with <var title="">text</var> as the <var title="">input</var>, and <var title="">destination as the <var title="">context</var>
element.</var></p>
<p>In either case, the algorithm must be invoked with <var title="">text</var> as the <var title="">input</var>, and <var title="">destination</var> as the <var title="">context</var>
element.</p>

<p>If this raises an exception, then abort these steps.</p>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -12611,8 +12611,8 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
documents">XML document</a>: Invoke the <a href=#xml-fragment-parsing-algorithm>XML fragment
parsing algorithm</a>.</p>

<p>In either case, the algorithm must be invoked with <var title="">text</var> as the <var title="">input</var>, and <var title="">destination as the <var title="">context</var>
element.</var></p>
<p>In either case, the algorithm must be invoked with <var title="">text</var> as the <var title="">input</var>, and <var title="">destination</var> as the <var title="">context</var>
element.</p>

<p>If this raises an exception, then abort these steps.</p>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -13190,7 +13190,7 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )

<p>In either case, the algorithm must be invoked with <var
title="">text</var> as the <var title="">input</var>, and <var
title="">destination</a> as the <var title="">context</var>
title="">destination</var> as the <var title="">context</var>
element.</p>

<p>If this raises an exception, then abort these steps.</p>
Expand Down

0 comments on commit 8c6146b

Please sign in to comment.