Skip to content

Commit

Permalink
fixed SOLID link
Browse files Browse the repository at this point in the history
  • Loading branch information
orione-team committed Feb 22, 2012
1 parent 058bc63 commit d7fcf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ syntax.
* When designing class hierarchies make sure that they conform to the
[Liskov Substitution Principle](http://en.wikipedia.org/wiki/Liskov_substitution_principle).
* Try to make your classes as
[SOLID](http://en.wikipedia.org/wiki/SOLID_(object-oriented_design)
[SOLID](http://en.wikipedia.org/wiki/SOLID_(object-oriented_design\))
as possible.
* Always supply a proper `to_s` method for classes that represent
domain objects.
Expand Down

0 comments on commit d7fcf8b

Please sign in to comment.