Merge pull request #40 from HackSkill/patch-1

Update README.md
This commit is contained in:
Dominik Liebler 2013-10-13 23:47:44 -07:00
commit ab224a90f3

View File

@ -2,4 +2,4 @@
## Purpose
Encapsulate varying behavior fo the same routine based on an object's state. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements.
Encapsulate varying behavior for the same routine based on an object's state. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements.