We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 721bd45 + decd721 commit f26b0d9Copy full SHA for f26b0d9
src/core/shape/vertex.js
@@ -420,7 +420,7 @@ p5.prototype.bezierVertex = function(...args) {
420
* 2D mode expects 2 parameters, while 3D mode expects 3 parameters.
421
*
422
* 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
+ * guide the beginning and end of the curve. A minimum of four
424
* points is required to draw a tiny curve between the second and
425
* third points. Adding a fifth point with curveVertex() will draw
426
* the curve between the second, third, and fourth points. The
0 commit comments