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.
1 parent 5d4ff25 commit 41ee3beCopy full SHA for 41ee3be
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