Skip to content

Commit

Permalink
Fixed grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
soon committed Jul 27, 2015
1 parent ecfe58e commit 9125400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/librustc_typeck/diagnostics.rs
Expand Up @@ -2216,10 +2216,10 @@ For more information see the [opt-in builtin traits RFC](https://github.com/rust
"##,

E0391: r##"
This error indicates that some types or traits depends on each other
and therefore could not be constructed properly.
This error indicates that some types or traits depend on each other
and therefore cannot be constructed.
The following example contains circular dependency between two traits:
The following example contains a circular dependency between two traits:
```
trait FirstTrait : SecondTrait {
Expand Down

0 comments on commit 9125400

Please sign in to comment.