We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d4ff25 + 41ee3be commit 2603245Copy full SHA for 2603245
src/items/implementations.md
@@ -94,7 +94,7 @@ impl Shape for Circle {
94
95
### Trait Implementation Coherence
96
97
-A trait implementation is consider incoherent if either the orphan check fails
+A trait implementation is considered incoherent if either the orphan check fails
98
or there are overlapping implementation instances.
99
100
Two trait implementations overlap when there is a non-empty intersection of the
0 commit comments