Skip to content

Commit

Permalink
[Fix]: issue #583 of p5.js website repo
Browse files Browse the repository at this point in the history
  • Loading branch information
shourysingh07 committed Oct 13, 2024
1 parent 0fd2839 commit 3bb2222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/mouse.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ p5.prototype.mouseX = 0;
* background(200);
*
* // Draw a horizontal line that follows the mouse's y-coordinate.
* line(0, mouseY, 0, mouseY);
* line(0, mouseY, 100, mouseY);
* }
* </code>
* </div>
Expand Down

0 comments on commit 3bb2222

Please sign in to comment.