From 38950ae326891fa9c41e01cbb25d38c401ae41eb Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 19 Jun 2015 12:43:41 +0200 Subject: [PATCH] Good time concordance --- src/librustc_typeck/diagnostics.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs index 30853db7a087d..03b43848838b0 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 occurs when you pass too many or not enough type parameters to +a method. Example: ``` struct Test;