Fixed grammar

This commit is contained in:
Andrew 2015-07-27 14:26:35 +05:00
parent ecfe58e53c
commit 9125400e48

View File

@ -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 {