Skip to content

Commit e528baa

Browse files
committed
edit formatting
1 parent fb87357 commit e528baa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/domain-objects/createDefaultFiles.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export const defaultSketch = `function setup() {
22
createCanvas(400, 400);
3-
// Help blind or low-vision users using screen readers understand your sketch.
3+
4+
// Help blind or low-vision screen reader users understand your sketch.
45
describe("A 400 by 400 pixel gray canvas.");
56
}
67

0 commit comments

Comments
 (0)