processing / p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
http://p5js.org/
GNU Lesser General Public License v2.1
21.08k stars 3.22k forks source link

Changed point class documentation description text #7096

Closed Chaitanya1672 closed 1 week ago

Chaitanya1672 commented 1 week ago

Resolves #7086

Changes: Changed the description of the point method to clarify the number of parameters.

Previous Text: The version of point() with one parameter allows the point's location to be set with its x- and y-coordinates, as in point(10, 20).

Updated Text: 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).

Reference: As discussed in Issue #7086 .

Screenshots of the change:

PR Checklist

welcome[bot] commented 1 week ago

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already. And be sure to add yourself to the list of contributors on the readme page!

Qianqianye commented 1 week ago

Thanks @Chaitanya1672! Tagging @Paulo005 and @nickmcintyre to review this PR