Corrected typo

This commit is contained in:
Gabriel Bull
2014-06-15 19:52:35 -04:00
parent d24be57acc
commit 23e13762da

View File

@@ -6,4 +6,4 @@ ConcreteFactory is a simple factory pattern.
It differs from the static factory because it is NOT static and as you know: static => global => evil!
Therefore, you can haZ multiple factories, differently parametrized, you can subclass it and you can mock-up it.
Therefore, you can have multiple factories, differently parametrized, you can subclass it and you can mock-up it.