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.
2 parents 5412ff9 + 23e1376 commit cae77aaCopy full SHA for cae77aa
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