Skip to content

Commit a8d97dd

Browse files
authored
fixing lint tests
1 parent 22be152 commit a8d97dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shape/curves.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ function curves(p5, fn){
846846
* @example
847847
* <div>
848848
* <code>
849-
* * function setup() {
849+
* function setup() {
850850
* createCanvas(220, 160);
851851
* describe('A black spline on a gray canvas. A red dot moves along the curve on its own. A short line shows the tangent direction at the dot.');
852852
* }

0 commit comments

Comments
 (0)