Skip to content

Commit 3bc3073

Browse files
committed
fix a couple more typos
1 parent 257b819 commit 3bc3073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

v0.3/handbook/libraries/stdlib.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ commit
12681268
<tr>
12691269
<td>
12701270
<ul class="arglist">
1271-
<li><strong>y</strong> - the x coordinate of the center of the curve</li>
1271+
<li><strong>x</strong> - the x coordinate of the center of the curve</li>
12721272
<li><strong>y</strong> - the y coordinate of the center of the curve</li>
12731273
<li><strong>radius</strong> - the radius of the curve in pixels</li>
12741274
<li><strong>startAngle</strong> - the starting angle of the curve in radians</li>
@@ -1329,7 +1329,7 @@ commit
13291329
<tr>
13301330
<td>
13311331
<ul class="arglist">
1332-
<li><strong>y</strong> - the x coordinate of the center of the curve</li>
1332+
<li><strong>x</strong> - the x coordinate of the center of the curve</li>
13331333
<li><strong>y</strong> - the y coordinate of the center of the curve</li>
13341334
<li><strong>radiusX</strong> - the horizontal radius of the curve</li>
13351335
<li><strong>radiusY</strong> - the vertical radius of the curve</li>
@@ -1361,7 +1361,7 @@ commit
13611361
<tr>
13621362
<td>
13631363
<ul class="arglist">
1364-
<li><strong>y</strong> - the x coordinate of the upper left corner of the rectangle</li>
1364+
<li><strong>x</strong> - the x coordinate of the upper left corner of the rectangle</li>
13651365
<li><strong>y</strong> - the y coordinate of the upper left corner of the rectangle</li>
13661366
<li><strong>width</strong> - the width of the rectangle in pixels</li>
13671367
<li><strong>height</strong> - the height of the rectangle in pixels</li>

0 commit comments

Comments
 (0)