Skip to content

Commit

Permalink
Merge pull request #7096 from Chaitanya1672/fix/point-documentation-d…
Browse files Browse the repository at this point in the history
…escription-text

Changed point class documentation description text
  • Loading branch information
Qianqianye authored Jun 16, 2024
2 parents 5426891 + 94f74b3 commit 9a7babd
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 9a7babd

Please sign in to comment.