Fix typo in E0433 docs

This commit is contained in:
Felix Rabe 2018-07-11 07:43:10 +02:00 committed by GitHub
parent 4700e1188f
commit 299ee4798c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1256,7 +1256,7 @@ let map = HashMap::new();
```
Please verify you didn't misspell the type/module's name or that you didn't
forgot to import it:
forget to import it:
```