Skip to content

Commit

Permalink
"where it didn't" -> "but didn't"
Browse files Browse the repository at this point in the history
  • Loading branch information
radix committed Jan 15, 2017
1 parent 69520ce commit ac321a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/diagnostics.rs
Expand Up @@ -1618,7 +1618,7 @@ fn cookie() -> ! { // error: definition of an unknown language item: `cookie`
"##,

E0525: r##"
A closure was used where it didn't implement the expected trait.
A closure was used but didn't implement the expected trait.
Erroneous code example:
Expand Down

0 comments on commit ac321a7

Please sign in to comment.