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@5195 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 23, 2010
1 parent 9a1cc70 commit 5e0c0fc
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 @@ -32931,7 +32931,7 @@ <h5 id=processing-model><span class=secno>4.8.14.2 </span>Processing model</h5>
<p>Let <var title="">x</var> be the first number in <var title="">coords</var>, <var title="">y</var> be the second
number, and <var title="">r</var> be the third number.</p>
<p>The shape is a circle whose center is <var title="">x</var>
CSS pixels from the left edge of the image and <var title="">x</var> CSS pixels from the top edge of the image, and
CSS pixels from the left edge of the image and <var title="">y</var> CSS pixels from the top edge of the image, and
whose radius is <var title="">r</var> pixels.</p>
</dd>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -32858,7 +32858,7 @@ function AddCloud(data, x, y) { ... }</pre>
<p>Let <var title="">x</var> be the first number in <var title="">coords</var>, <var title="">y</var> be the second
number, and <var title="">r</var> be the third number.</p>
<p>The shape is a circle whose center is <var title="">x</var>
CSS pixels from the left edge of the image and <var title="">x</var> CSS pixels from the top edge of the image, and
CSS pixels from the left edge of the image and <var title="">y</var> CSS pixels from the top edge of the image, and
whose radius is <var title="">r</var> pixels.</p>
</dd>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -36378,7 +36378,7 @@ function AddCloud(data, x, y) { ... }</pre>
number, and <var title="">r</var> be the third number.</p>
<p>The shape is a circle whose center is <var title="">x</var>
CSS pixels from the left edge of the image and <var
title="">x</var> CSS pixels from the top edge of the image, and
title="">y</var> CSS pixels from the top edge of the image, and
whose radius is <var title="">r</var> pixels.</p>
</dd>

Expand Down

0 comments on commit 5e0c0fc

Please sign in to comment.