File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ p5.prototype.endContour = function() {
567
567
568
568
/**
569
569
* The <a href="#/p5/endShape">endShape()</a> function is the companion to <a href="#/p5/beginShape">beginShape()</a> and may only be
570
- * called after <a href="#/p5/beginShape">beginShape()</a>. When <a href="#/p5/endshape">endshape ()</a> is called, all of image data
570
+ * called after <a href="#/p5/beginShape">beginShape()</a>. When <a href="#/p5/endshape">endShape ()</a> is called, all of image data
571
571
* defined since the previous call to <a href="#/p5/beginShape">beginShape()</a> is written into the image
572
572
* buffer. The constant CLOSE as the value for the MODE parameter to close
573
573
* the shape (to connect the beginning and the end).
You can’t perform that action at this time.
0 commit comments