Skip to content

Commit

Permalink
[001-constructors] Typo fix: DRI -> DRY.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Markwell committed Feb 16, 2013
1 parent 21e45ae commit 7a65526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 001-constructors.md
Expand Up @@ -198,7 +198,7 @@ in an inherited class, such as:
}
~~~

Repeating the 'init~lr' definition in Add violates the Don't Repeat Yourself (DRI)
Repeating the 'init~lr' definition in Add violates the Don't Repeat Yourself (DRY)
principle. Besides, if functionality is added to the base BinaryOp init~lr, it
wouldn't be replicated in Add init~lr.

Expand Down

0 comments on commit 7a65526

Please sign in to comment.