Skip to content

Commit 2abbd76

Browse files
authored
fixing describe()
1 parent eaedc0a commit 2abbd76

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/accessibility/describe.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ function describe(p5, fn){
7575
*
7676
* <div>
7777
* <code>
78+
*
79+
* function setup(){
80+
* createCanvas(100, 100);
81+
* };
82+
*
7883
* function draw() {
7984
* background(200);
8085
*
@@ -96,6 +101,11 @@ function describe(p5, fn){
96101
*
97102
* <div>
98103
* <code>
104+
*
105+
* function setup(){
106+
* createCanvas(100, 100);
107+
* }
108+
*
99109
* function draw() {
100110
* background(200);
101111
*

0 commit comments

Comments
 (0)