about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2015-06-19 13:56:53 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2015-06-19 13:56:53 +0200
commit00e115d090180c9fe13856500576978ff3007cda (patch)
tree7a6fa75decd916cc571f5f855d8434f83eb364ff
parent98205afe0b09b22e9d88968ed61095b15fcfb1e3 (diff)
downloadrust-00e115d090180c9fe13856500576978ff3007cda.tar.gz
rust-00e115d090180c9fe13856500576978ff3007cda.zip
Good time concordance
-rw-r--r--src/librustc_typeck/diagnostics.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs
index 5b981ed141d..a9fe1a1f82b 100644
--- a/src/librustc_typeck/diagnostics.rs
+++ b/src/librustc_typeck/diagnostics.rs
@@ -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;