- [X] I have checked the latest `main` branch to see if this has already been fixed - [x] I have searched existing issues and pull requests for duplicates URL to the section(s) of the book with this problem: https://github.com/rust-lang/book/blob/main/src/ch08-03-hash-maps.md?plain=1#L60 https://github.com/rust-lang/book/blob/main/listings/ch08-common-collections/listing-08-21/src/main.rs Description of the problem: I'm new to Rust so maybe I'm misunderstanding something, but the book says this about listing 8-21: > "This program handles the Option by calling unwrap_or to set score to zero if scores doesn't have an entry for the key." Yet the code listing that it's referring to doesn't use `unwrap_or`. Suggested fix: Either implement what the text says, or remove the text.