diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2015-06-19 13:56:53 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2015-06-19 13:56:53 +0200 |
| commit | 00e115d090180c9fe13856500576978ff3007cda (patch) | |
| tree | 7a6fa75decd916cc571f5f855d8434f83eb364ff | |
| parent | 98205afe0b09b22e9d88968ed61095b15fcfb1e3 (diff) | |
| download | rust-00e115d090180c9fe13856500576978ff3007cda.tar.gz rust-00e115d090180c9fe13856500576978ff3007cda.zip | |
Good time concordance
| -rw-r--r-- | src/librustc_typeck/diagnostics.rs | 4 |
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; |
