]> git.lizzy.rs Git - rust.git/commitdiff
Good time concordance
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 19 Jun 2015 11:56:53 +0000 (13:56 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 19 Jun 2015 11:56:53 +0000 (13:56 +0200)
src/librustc_typeck/diagnostics.rs

index 5b981ed141d107e2a47c964a558e7e05863e8384..a9fe1a1f82b9f8f463049039fde1e8f102cc2d02 100644 (file)
@@ -212,8 +212,8 @@ struct Dog {
 "##,
 
 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
+method. Example:
 
 ```
 struct Test;