Skip to content

Commit ff9c657

Browse files
authored
fix:suggestion.
1 parent 484a636 commit ff9c657

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/shape/custom_shapes.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,11 +2013,10 @@ function customShapes(p5, fn) {
20132013
*
20142014
* beginShape();
20152015
* splineVertex(10, 26);
2016-
* splineVertex(10, 26);
20172016
* splineVertex(83, 24);
2017+
*
20182018
* splineVertex(83, 61);
20192019
* splineVertex(25, 65);
2020-
* splineVertex(25, 65);
20212020
* endShape();
20222021
*
20232022
* push();

0 commit comments

Comments
 (0)