Skip to content

Commit f8b6108

Browse files
ksen0davepagurek
andauthored
Update src/shape/vertex.js
Co-authored-by: Dave Pagurek <[email protected]>
1 parent e9d6b12 commit f8b6108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shape/vertex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ function vertex(p5, fn){
420420
* only the multiples of 3 (or the Bézier order) calls to
421421
* `bezierVertext` for each curve.
422422
*
423-
* Each curve of order 3 requires three calls to `bezierVertext`, so
423+
* Each curve of order 3 requires three calls to `bezierVertex`, so
424424
* 2 curves would need 7 calls to `bezierVertex()`:
425425
* (1 one initial anchor point, two sets of 3 curves describing the curves)
426426
* With `bezierOrder(2)`, two curves would need 5 calls: 1 + 2 + 2.

0 commit comments

Comments
 (0)