We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfe58e commit 9125400Copy full SHA for 9125400
src/librustc_typeck/diagnostics.rs
@@ -2216,10 +2216,10 @@ For more information see the [opt-in builtin traits RFC](https://github.com/rust
2216
"##,
2217
2218
E0391: r##"
2219
-This error indicates that some types or traits depends on each other
2220
-and therefore could not be constructed properly.
+This error indicates that some types or traits depend on each other
+and therefore cannot be constructed.
2221
2222
-The following example contains circular dependency between two traits:
+The following example contains a circular dependency between two traits:
2223
2224
```
2225
trait FirstTrait : SecondTrait {
0 commit comments