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 e9d6b12 commit f8b6108Copy full SHA for f8b6108
src/shape/vertex.js
@@ -420,7 +420,7 @@ function vertex(p5, fn){
420
* only the multiples of 3 (or the Bézier order) calls to
421
* `bezierVertext` for each curve.
422
*
423
- * Each curve of order 3 requires three calls to `bezierVertext`, so
+ * Each curve of order 3 requires three calls to `bezierVertex`, so
424
* 2 curves would need 7 calls to `bezierVertex()`:
425
* (1 one initial anchor point, two sets of 3 curves describing the curves)
426
* With `bezierOrder(2)`, two curves would need 5 calls: 1 + 2 + 2.
0 commit comments