Fix style and grammar

This commit is contained in:
Christopher Vittal 2017-11-10 14:18:10 -05:00
parent 06dff80061
commit a23bea5479

View File

@ -4627,7 +4627,7 @@ crate's documentation.
E0642: r##"
This error indicates that there is a mismatch between generic parameters and
impl Trait parameters in a trait Declaration versus it's impl.
impl Trait parameters in a trait declaration versus its impl.
```compile_fail,E0642
#![feature(conservative_impl_trait)]