Skip to content
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

Fixed minor error in documentation for p5.Vector.sub() #7265

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jaredberghold
Copy link

@jaredberghold jaredberghold commented Sep 14, 2024

Quick and simple edit (no issue created)

Changes:

Fixed minor error in the documentation for Vector sub() to make it clearer that p5.Vector.sub() does not modify the original vectors. Specifically, changed a comment in one of the code examples from "// Subtract with modifying the original vectors." to "// Subtract without modifying the original vectors."

Screenshots of the change:

PR Checklist

Fixed minor error in the documentation for Vector sub() to make it clearer that p5.Vector.sub() does not modify the original vectors.
Copy link

welcome bot commented Sep 14, 2024

🎉 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!

Copy link
Contributor

@perminder-17 perminder-17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good to me. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants