Update README.md

Adding a missing 'r'.
This commit is contained in:
HackSkill 2013-10-12 22:05:23 +02:00
parent 17a0abb527
commit 7d8b6a32d6

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.