processing / processing-website

Repository for the processing.org website
https://processing.org
GNU General Public License v2.0
64 stars 95 forks source link

Updated documentation for compound assignment operators to improve consistency #418

Closed Arya-Gupta closed 1 year ago

Arya-Gupta commented 1 year ago

Issue: https://github.com/processing/processing-website/issues/411

Previously, the documentation for compound assignment operators was not consistent with the documentation for add assign operator. The new documentation contains updated syntax and parameters for += /= -= *=.

SableRaf commented 1 year ago

Merged! Thanks for your contribution 🌟 It will be included in the next website update.