We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4348e66 commit 6fc9438Copy full SHA for 6fc9438
src/shape/vertex.js
@@ -418,7 +418,7 @@ function vertex(p5, fn){
418
* But shapes can mix different types of vertices, so if there
419
* are some previous vertizes, then the initial anchor is not needed,
420
* only the multiples of 3 (or the Bézier order) calls to
421
- * `bezierVertext` for each curve.
+ * `bezierVertex` for each curve.
422
*
423
* Each curve of order 3 requires three calls to `bezierVertex`, so
424
* 2 curves would need 7 calls to `bezierVertex()`:
0 commit comments