Good time concordance

This commit is contained in:
Guillaume Gomez 2015-06-19 13:56:53 +02:00
parent 98205afe0b
commit 00e115d090

View file

@ -212,8 +212,8 @@ http://doc.rust-lang.org/reference.html#trait-objects
"##,
E0036: r##"
This error occurred when you pass too many or not enough type parameters to a
method. Example:
This error occurrs when you pass too many or not enough type parameters to
a method. Example:
```
struct Test;