Skip to content

Commit f32d396

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

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
@@ -416,7 +416,7 @@ function vertex(p5, fn){
416416
* a number of `bezierVertex()` calls that is a multiple of the parameter
417417
* set by <a href="#/p5/bezierOrder">bezierOrder(...)</a> (default 3).
418418
* But shapes can mix different types of vertices, so if there
419-
* are some previous vertizes, then the initial anchor is not needed,
419+
* are some previous vertices, then the initial anchor is not needed,
420420
* only the multiples of 3 (or the Bézier order) calls to
421421
* `bezierVertex` for each curve.
422422
*

0 commit comments

Comments
 (0)