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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;