nature-of-code / The-Nature-of-Code-archive

The very first build system for The Nature of Code
http://natureofcode.com
914 stars 151 forks source link

p. 250, 251 comments switched #280

Closed martinleopold closed 10 years ago

martinleopold commented 11 years ago

Nature of Code v1.0: last line on page 250 and first line on page 251. Looks like the comments should be switched to read:

physics.addParticle(particle); // Add the particle to the physics world. particles.add(particle); // Add the particle to our list.

shiffman commented 10 years ago

good catch, finally getting around to fixing these!