Skip to content

Commit

Permalink
consider -> considered
Browse files Browse the repository at this point in the history
Fixes a typo.
  • Loading branch information
yvt authored May 21, 2018
1 parent 5d4ff25 commit 41ee3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41ee3be

Please sign in to comment.