Skip to content

Commit 38950ae

Browse files
Good time concordance
1 parent 222e127 commit 38950ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_typeck/diagnostics.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ http://doc.rust-lang.org/reference.html#trait-objects
212212
"##,
213213

214214
E0036: r##"
215-
This error occurred when you pass too many or not enough type parameters to a
216-
method. Example:
215+
This error occurs when you pass too many or not enough type parameters to
216+
a method. Example:
217217
218218
```
219219
struct Test;

0 commit comments

Comments
 (0)