Skip to content

Commit 25b164e

Browse files
authored
minor fixes
1 parent 58e8746 commit 25b164e

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
@@ -596,7 +596,7 @@ function dom(p5, fn){
596596
* 'https://p5js.org/assets/img/asterisk-01.png',
597597
* 'The p5.js magenta asterisk.'
598598
* );
599-
* img.position(0, -10);
599+
* img.position(0, 10);
600600
*
601601
* describe('A gray square with a magenta asterisk in its center.');
602602
* }

0 commit comments

Comments
 (0)