Skip to content

Commit f26b0d9

Browse files
authored
Merge pull request #5566 from beaumu/Doc--Fix-curveVertex-typo
Fix typo in curveVertex doc
2 parents 721bd45 + decd721 commit f26b0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/shape/vertex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ p5.prototype.bezierVertex = function(...args) {
420420
* 2D mode expects 2 parameters, while 3D mode expects 3 parameters.
421421
*
422422
* The first and last points in a series of curveVertex() lines will be used to
423-
* guide the beginning and end of a the curve. A minimum of four
423+
* guide the beginning and end of the curve. A minimum of four
424424
* points is required to draw a tiny curve between the second and
425425
* third points. Adding a fifth point with curveVertex() will draw
426426
* the curve between the second, third, and fourth points. The

0 commit comments

Comments
 (0)