diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2015-08-26 14:16:12 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2015-08-26 14:16:12 +0200 |
| commit | af02bccb41a2432d13686d0d5828118ea7d23bb2 (patch) | |
| tree | a601f92920f2e0a834a9c763f418d501e4ed08a9 | |
| parent | 5d8dc9076bf387398eeac9c50109a15026e22b36 (diff) | |
| download | rust-af02bccb41a2432d13686d0d5828118ea7d23bb2.tar.gz rust-af02bccb41a2432d13686d0d5828118ea7d23bb2.zip | |
Fix typo in E0087
| -rw-r--r-- | src/librustc_typeck/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs index 100415c29c6..2bf1c0bb4d3 100644 --- a/src/librustc_typeck/diagnostics.rs +++ b/src/librustc_typeck/diagnostics.rs @@ -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. "##, |
