1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-18 23:27:34 +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

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())