Skip to content

Commit 78d53cd

Browse files
committed
docs(src/color): I missed one. (D’oh)
1 parent fa38cdb commit 78d53cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/color/setting.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,13 @@ p5.prototype.background = function(...args) {
197197
* // Clear the screen on mouse press.
198198
* function draw() {
199199
* ellipse(mouseX, mouseY, 20, 20);
200+
* describe(`small white ellipses are continually drawn at mouse’s x and y
201+
* coordinates.`);
200202
* }
201203
* function mousePressed() {
202204
* clear();
203205
* background(128);
204206
* }
205-
* describe(`small white ellipses are continually drawn at mouse’s x and y
206-
* coordinates.`);
207207
* </code>
208208
* </div>
209209
*

0 commit comments

Comments
 (0)