Hands-on Rust: Possible typo (page 263)

It appears that impl GameState { … fn advance_level(&mut self) {} strong textshould bestrong text impl State, not impl GameState… In other words, the advance_level function belongs inside of the State implementation, as indicated on the previous page (262).