Fix typo in E0087

This commit is contained in:
Guillaume Gomez 2015-08-26 14:16:12 +02:00
parent 5d8dc9076b
commit af02bccb41

View File

@ -1126,7 +1126,7 @@ fn main() {
}
```
The number of supplied parameters much exactly match the number of defined type
The number of supplied parameters must exactly match the number of defined type
parameters.
"##,