Rollup merge of #52241 - felixrabe:patch-1, r=oli-obk

Fix typo in E0433 docs
This commit is contained in:
Guillaume Gomez 2018-07-11 10:02:04 +02:00 committed by GitHub
commit 985c5a708e
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:
```