about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2015-08-26 14:16:12 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2015-08-26 14:16:12 +0200
commitaf02bccb41a2432d13686d0d5828118ea7d23bb2 (patch)
treea601f92920f2e0a834a9c763f418d501e4ed08a9
parent5d8dc9076bf387398eeac9c50109a15026e22b36 (diff)
downloadrust-af02bccb41a2432d13686d0d5828118ea7d23bb2.tar.gz
rust-af02bccb41a2432d13686d0d5828118ea7d23bb2.zip
Fix typo in E0087
-rw-r--r--src/librustc_typeck/diagnostics.rs2
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.
 "##,