From 41ee3be53d1083001235bce203f800b706e43005 Mon Sep 17 00:00:00 2001 From: YVT Date: Tue, 22 May 2018 00:08:31 +0900 Subject: [PATCH] consider -> considered Fixes a typo. --- src/items/implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/items/implementations.md b/src/items/implementations.md index 02b1e88aabbf5..6392ff357c869 100644 --- a/src/items/implementations.md +++ b/src/items/implementations.md @@ -94,7 +94,7 @@ impl Shape for Circle { ### Trait Implementation Coherence -A trait implementation is consider incoherent if either the orphan check fails +A trait implementation is considered incoherent if either the orphan check fails or there are overlapping implementation instances. Two trait implementations overlap when there is a non-empty intersection of the