Hands-on Rust: Wrong highilight (67)

In the restart() function, there are two highlighted lines–the one that begins with self.obstacle, and the one that begins with self.mode. However, the second is unchanged since the previous version of the code. The one that should be highlighted is the one after it, that begins with self.score.