Skip to content

Commit e9d6b12

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

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
@@ -411,7 +411,7 @@ function vertex(p5, fn){
411411
* <a href="#/p5/beginShape">beginShape()</a> and
412412
* <a href="#/p5/endShape">endShape()</a> functions.
413413
* Bézier need a starting point. Building a shape
414-
* only wiht Bézier curves needs one initial
414+
* only with Bézier curves needs one initial
415415
* call to <a href="#/p5/vertex">bezierVertex()</a>, before
416416
* a number of `bezierVertex()` calls that is a multiple of the parameter
417417
* set by <a href="#/p5/bezierOrder">bezierOrder(...)</a> (default 3).

0 commit comments

Comments
 (0)