Fix typo (parametrized => parameterized). Didn't touch other translations due to encoding corruption.

This commit is contained in:
Kerem Güneş
2017-12-10 04:38:26 +03:00
parent bfe62d5f1a
commit 4bc5a3d7a2
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ Purpose
SimpleFactory is a simple factory pattern.
It differs from the static factory because it is not static.
Therefore, you can have multiple factories, differently parametrized, you can subclass it and you can mock it.
Therefore, you can have multiple factories, differently parameterized, you can subclass it and you can mock it.
It always should be preferred over a static factory!
UML Diagram

View File

@@ -31,7 +31,7 @@ msgstr ""
#: ../../Creational/SimpleFactory/README.rst:12
msgid ""
"Therefore, you can have multiple factories, differently parametrized, you "
"Therefore, you can have multiple factories, differently parameterized, you "
"can subclass it and you can mock-up it."
msgstr ""

View File

@@ -23,7 +23,7 @@ msgstr ""
#: ../../Creational/SimpleFactory/README.rst:9
msgid ""
"It differs from the static factory because it is not static. "
"Therefore, you can have multiple factories, differently parametrized, you can subclass it and you can mock it."
"Therefore, you can have multiple factories, differently parameterized, you can subclass it and you can mock it."
msgstr ""
#: ../../Creational/SimpleFactory/README.rst:11