Skip to content

Commit bf86b77

Browse files
authored
createElement fixes
1 parent 25b164e commit bf86b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dom/dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ function dom(p5, fn){
352352
* let slider;
353353
*
354354
* function setup() {
355-
* createCanvas(100, 100);
355+
* createCanvas(200, 200);
356356
*
357357
* // Create a paragraph element and place
358358
* // it at the top of the canvas.

0 commit comments

Comments
 (0)