nature-of-code / Nature-of-Code-Website-Archive

Repo for web files for nature of code
https://noc-processing-archive.netlify.app/
111 stars 21 forks source link

Chapter 3: Correct variable name. #35

Closed ybakos closed 3 years ago

ybakos commented 3 years ago

The PVector instance is named springForce, but the subsequent line applies force. Rename force to springForce.

shiffman commented 3 years ago

Thank you! I'm merging these b/c it's super helpful to keep the website up to date, but the core fixes should go in https://github.com/nature-of-code/noc-book-2 as this is where the raw material that will (hopefully) rebuild the site is housed!