From 9125400e4835a094708203210aadb0773b0d1a8b Mon Sep 17 00:00:00 2001 From: Andrew <0coming.soon@gmail.com> Date: Mon, 27 Jul 2015 14:26:35 +0500 Subject: [PATCH] Fixed grammar --- src/librustc_typeck/diagnostics.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs index 4057e177d12..bbeb907fd18 100644 --- a/src/librustc_typeck/diagnostics.rs +++ b/src/librustc_typeck/diagnostics.rs @@ -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 {