Skip to content

Commit

Permalink
Fix of typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-muylle committed Jan 19, 2022
1 parent de7de4c commit decd721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/shape/vertex.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ p5.prototype.bezierVertex = function(...args) {
* 2D mode expects 2 parameters, while 3D mode expects 3 parameters.
*
* The first and last points in a series of curveVertex() lines will be used to
* 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
* points is required to draw a tiny curve between the second and
* third points. Adding a fifth point with curveVertex() will draw
* the curve between the second, third, and fourth points. The
Expand Down

0 comments on commit decd721

Please sign in to comment.