Skip to content

Commit

Permalink
Merge pull request rust-lang#343 from yvt/patch-1
Browse files Browse the repository at this point in the history
consider -> considered
  • Loading branch information
matthewjasper authored May 21, 2018
2 parents 5d4ff25 + 41ee3be commit 2603245
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 2603245

Please sign in to comment.