Skip to content

Commit 6fc9438

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

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
@@ -418,7 +418,7 @@ function vertex(p5, fn){
418418
* But shapes can mix different types of vertices, so if there
419419
* are some previous vertizes, then the initial anchor is not needed,
420420
* only the multiples of 3 (or the Bézier order) calls to
421-
* `bezierVertext` for each curve.
421+
* `bezierVertex` for each curve.
422422
*
423423
* Each curve of order 3 requires three calls to `bezierVertex`, so
424424
* 2 curves would need 7 calls to `bezierVertex()`:

0 commit comments

Comments
 (0)