Skip to content

Commit d7fcf8b

Browse files
author
orione-team
committed
fixed SOLID link
1 parent 058bc63 commit d7fcf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ syntax.
612612
* When designing class hierarchies make sure that they conform to the
613613
[Liskov Substitution Principle](http://en.wikipedia.org/wiki/Liskov_substitution_principle).
614614
* Try to make your classes as
615-
[SOLID](http://en.wikipedia.org/wiki/SOLID_(object-oriented_design)
615+
[SOLID](http://en.wikipedia.org/wiki/SOLID_(object-oriented_design\))
616616
as possible.
617617
* Always supply a proper `to_s` method for classes that represent
618618
domain objects.

0 commit comments

Comments
 (0)