We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24be57 commit 23e1376Copy full SHA for 23e1376
Creational/SimpleFactory/README.md
@@ -6,4 +6,4 @@ ConcreteFactory is a simple factory pattern.
6
7
It differs from the static factory because it is NOT static and as you know: static => global => evil!
8
9
-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.
0 commit comments