Hands-on Rust: B6.0 Wrong arrow-sign position (page 67)

Hi,

I found an arrow sign in the second code snippet on page 67 that pointed to the wrong line.

There are two arrow signs. The first one has no problem, but the second one should be pointing to “self.score = 0;” rather than “self.obstacle …”.