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 6fc9438 commit f32d396Copy full SHA for f32d396
src/shape/vertex.js
@@ -416,7 +416,7 @@ function vertex(p5, fn){
416
* a number of `bezierVertex()` calls that is a multiple of the parameter
417
* set by <a href="#/p5/bezierOrder">bezierOrder(...)</a> (default 3).
418
* But shapes can mix different types of vertices, so if there
419
- * are some previous vertizes, then the initial anchor is not needed,
+ * are some previous vertices, then the initial anchor is not needed,
420
* only the multiples of 3 (or the Bézier order) calls to
421
* `bezierVertex` for each curve.
422
*
0 commit comments