Skip to content

Commit a48666f

Browse files
author
Bozhidar Batsov
committed
Merge branch 'master' of github.com:bbatsov/ruby-style-guide
2 parents edf22c1 + b92db84 commit a48666f

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
@@ -622,7 +622,7 @@ syntax.
622622
* When designing class hierarchies make sure that they conform to the
623623
[Liskov Substitution Principle](http://en.wikipedia.org/wiki/Liskov_substitution_principle).
624624
* Try to make your classes as
625-
[SOLID](http://en.wikipedia.org/wiki/SOLID_(object-oriented_design)
625+
[SOLID](http://en.wikipedia.org/wiki/SOLID_(object-oriented_design\))
626626
as possible.
627627
* Always supply a proper `to_s` method for classes that represent
628628
domain objects.

0 commit comments

Comments
 (0)