Improve wording

This commit is contained in:
Guillaume Gomez 2020-08-12 16:46:40 +02:00
parent d0704d5d36
commit f11b2e521e

View file

@ -9,4 +9,4 @@ impl !MyTrait for i32 { } // error!
```
Negative implementations are a promise that the trait will never be implemented
for the given types. Therefore, you can't have both at the same time!
for the given types. Therefore, both cannot exists at the same time.