Skip to content

Commit 9125400

Browse files
committed
Fixed grammar
1 parent ecfe58e commit 9125400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/librustc_typeck/diagnostics.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -2216,10 +2216,10 @@ For more information see the [opt-in builtin traits RFC](https://github.com/rust
22162216
"##,
22172217

22182218
E0391: r##"
2219-
This error indicates that some types or traits depends on each other
2220-
and therefore could not be constructed properly.
2219+
This error indicates that some types or traits depend on each other
2220+
and therefore cannot be constructed.
22212221
2222-
The following example contains circular dependency between two traits:
2222+
The following example contains a circular dependency between two traits:
22232223
22242224
```
22252225
trait FirstTrait : SecondTrait {

0 commit comments

Comments
 (0)