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 a9c19d8 commit e9d6b12Copy full SHA for e9d6b12
src/shape/vertex.js
@@ -411,7 +411,7 @@ function vertex(p5, fn){
411
* <a href="#/p5/beginShape">beginShape()</a> and
412
* <a href="#/p5/endShape">endShape()</a> functions.
413
* Bézier need a starting point. Building a shape
414
- * only wiht Bézier curves needs one initial
+ * only with Bézier curves needs one initial
415
* call to <a href="#/p5/vertex">bezierVertex()</a>, before
416
* a number of `bezierVertex()` calls that is a multiple of the parameter
417
* set by <a href="#/p5/bezierOrder">bezierOrder(...)</a> (default 3).
0 commit comments