Make first HashMap code segment editable

A spelling mistake is preventing the first HashMap challenge from being editable.
This commit is contained in:
Rami
2022-06-22 21:55:51 +01:00
committed by GitHub
parent 01bc0b4a0e
commit 98f4befcda

View File

@ -9,7 +9,7 @@ The hash table implementation is a Rust port of Googles [SwissTable](https://
### Basic Operations
1. 🌟🌟
```rust,editbale
```rust,editable
// FILL in the blanks and FIX the erros
use std::collections::HashMap;