-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Typo in JSDoc of the createVector method #6569
Labels
Comments
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms. Thank you! |
Good catch @cabbage63. Please feel free to open the pull request! |
cabbage63
added a commit
to cabbage63/p5.js
that referenced
this issue
Nov 21, 2023
3 tasks
@nickmcintyre |
nickmcintyre
added a commit
that referenced
this issue
Nov 21, 2023
Fix typo in JSDoc of the createVector method #6569
Nice work @cabbage63! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Topic
I found a typo in the JSDoc of
createVector
method in src/math/math.js.It seems to have an effect on p5.js web reference. (Unnecessary backquote is printed.)
If you don't mind, I'll create a pull request for this issue.
https://github.com/processing/p5.js/blob/main/src/math/math.js#L24
The text was updated successfully, but these errors were encountered: