Skip to content

Commit c3851b3

Browse files
authored
fixing text-output
1 parent 7b5d67c commit c3851b3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/accessibility/outputs.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ function outputs(p5, fn){
8181
*
8282
* <div>
8383
* <code>
84+
*
85+
* function setup(){
86+
* createCanvas(100, 100);
87+
* }
88+
*
8489
* function draw() {
8590
* // Add the text description.
8691
* textOutput();
@@ -101,6 +106,11 @@ function outputs(p5, fn){
101106
*
102107
* <div>
103108
* <code>
109+
*
110+
* function setup(){
111+
* createCanvas(100, 100);
112+
* }
113+
*
104114
* function draw() {
105115
* // Add the text description and
106116
* // display it for debugging.

0 commit comments

Comments
 (0)