Skip to content

Commit 69fd5e9

Browse files
committed
fix typo in line reference
1 parent 792109c commit 69fd5e9

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
@@ -370,7 +370,7 @@ p5.prototype._renderEllipse = function(x, y, w, h, detailX) {
370370
* stroke(255);
371371
* line(85, 75, 30, 75);
372372
* describe(
373-
* '3 lines of various stroke sizes. Form top, bottom and right sides of a square'
373+
* '3 lines of various stroke colors. Form top, bottom and right sides of a square'
374374
* );
375375
* </code>
376376
* </div>

0 commit comments

Comments
 (0)