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.1k stars 3.22k forks source link

Fix 'p5.Vector.sub()' documentation mistakenly referencing 'add'ing #7024

Closed bobbykaz closed 1 month ago

bobbykaz commented 1 month ago

Resolves #7023

Changes: Edited reference documentation for vector sub() that seems to just be an exact copy/paste of vector add() on line 290.

PR Checklist

welcome[bot] commented 1 month 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!

bobbykaz commented 1 month ago

@all-contributors please add @bobbykaz for vector reference documentation updates

allcontributors[bot] commented 1 month ago

@bobbykaz

I've put up a pull request to add @bobbykaz! :tada:

limzykenneth commented 1 month ago

Looks good. Thanks!