Skip to content

Commit

Permalink
Changed point class documentation description text
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanya1672 committed Jun 14, 2024
1 parent 9b9b5da commit 94f74b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/shape/2d_primitives.js
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ p5.prototype.line = function(...args) {
* can't be filled, so the <a href="#/p5/fill">fill()</a> function won't
* affect the point's color.
*
* The version of `point()` with one parameter allows the point's location to
* The version of `point()` with two parameters allows the point's location to
* be set with its x- and y-coordinates, as in `point(10, 20)`.
*
* The version of `point()` with three parameters allows the point to be drawn
Expand Down

0 comments on commit 94f74b3

Please sign in to comment.