Skip to content

Commit 41ee3be

Browse files
authored
consider -> considered
Fixes a typo.
1 parent 5d4ff25 commit 41ee3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/implementations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ impl Shape for Circle {
9494

9595
### Trait Implementation Coherence
9696

97-
A trait implementation is consider incoherent if either the orphan check fails
97+
A trait implementation is considered incoherent if either the orphan check fails
9898
or there are overlapping implementation instances.
9999

100100
Two trait implementations overlap when there is a non-empty intersection of the

0 commit comments

Comments
 (0)