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@5531 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 28, 2010
1 parent 0fd8cf9 commit 2d5ff44
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 @@ -3546,7 +3546,7 @@ <h3 id=utf-8><span class=secno>2.4 </span>UTF-8</h3>
<dt>One byte in the range C0 to FD not followed by a byte in the range 80 to BF</dt>


<dd>Each byte must be replace with a U+FFFD REPLACEMENT CHARACTER.</dd>
<dd>Each byte must be replaced with a U+FFFD REPLACEMENT CHARACTER.</dd>

</dl><p class=example>For example, the byte string "41 98 BA 42 E2 98
43 E2 98 BA E2 98" would be converted to the string
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -3523,7 +3523,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<dt>One byte in the range C0 to FD not followed by a byte in the range 80 to BF</dt>


<dd>Each byte must be replace with a U+FFFD REPLACEMENT CHARACTER.</dd>
<dd>Each byte must be replaced with a U+FFFD REPLACEMENT CHARACTER.</dd>

</dl><p class=example>For example, the byte string "41 98 BA 42 E2 98
43 E2 98 BA E2 98" would be converted to the string
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -2542,7 +2542,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<dt>One byte in the range C0 to FD not followed by a byte in the range 80 to BF</dt>


<dd>Each byte must be replace with a U+FFFD REPLACEMENT CHARACTER.</dd>
<dd>Each byte must be replaced with a U+FFFD REPLACEMENT CHARACTER.</dd>

</dl>

Expand Down

0 comments on commit 2d5ff44

Please sign in to comment.