Errata: invalid reference to "particle" - should be position

In the middle of page 53…

let ball0 = Particle()
let ball1 = ball0
ball0.particle.x = 1

Shouldn’t this be:

ball0.position.x = 1

You are correct. We will add this to the errata – thank you!