1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-05 16:36:19 +02:00

Update hashmap.md (#1420)

Remove extra space
This commit is contained in:
justanotheranonymoususer 2023-10-24 09:01:21 +03:00 committed by GitHub
parent 3ba21370bb
commit 77c55ef10e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ fn main() {
```rust,ignore
let pc1 = page_counts
.get("Harry Potter and the Sorcerer's Stone ")
.get("Harry Potter and the Sorcerer's Stone")
.unwrap_or(&336);
let pc2 = page_counts
.entry("The Hunger Games".to_string())