Skip to content

Commit 4274827

Browse files
Merge pull request #5122 from b4ux1t3/small-typo
Added missing space.
2 parents e9110a6 + c84dae0 commit 4274827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/shape/2d_primitives.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ p5.prototype.arc = function(x, y, w, h, start, stop, mode, detail) {
236236
* value of width is used for both the width and height. If a negative height or
237237
* width is specified, the absolute value is taken.
238238
*
239-
* An ellipse with equal width and height is a circle.The origin may be changed
239+
* An ellipse with equal width and height is a circle. The origin may be changed
240240
* with the <a href="#/p5/ellipseMode">ellipseMode()</a> function.
241241
*
242242
* @method ellipse

0 commit comments

Comments
 (0)