-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edits to reference material #5528
Comments
You can go ahead and file them with one PR. No specific way to do this but it could take longer for us to review this if it is a big PR, so just be patient with it. |
The intention was probably to write:
The effect is the same. The command
is parsed as
. First
stored in rectX. That is, the mistake is benign in the sense that the both
and
have the same result. |
Agreed! The code runs fine, but it probably wasn't the original author's intent to highlight this particular language feature. The statement happens to be illegal in Python and caught my attention, so I highlighted it. The rest of my suggested edits are all minor typos and grammatical errors. |
Addressed by #5560 |
Most appropriate sub-area of p5.js?
Details about the bug:
Hello! I'm in the process of translating a subset of the p5.js reference to Python here and am collecting minor edits as I go along. Here is an example from
frameRate
:should probably be
Most of the edits fix minor typos and grammatical errors. I'm through the DOM section and have edited the following docs:
I still have a day or two of work ahead of me and would love to contribute something back once finished.
Would it be helpful for me to edit the inline documentation and open a pull request? If so, is there a way to do so that won't make people's eyes glaze over?
The text was updated successfully, but these errors were encountered: