mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 13:37:27 +02:00
Fix some mismatched & unescaped quotes
This commit is contained in:
@@ -20,7 +20,7 @@ msgid "Purpose"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../Behavioral/Iterator/README.rst:7
|
#: ../../Behavioral/Iterator/README.rst:7
|
||||||
msgid To make an object iterable and to make it appear like a collection of objects."
|
msgid "To make an object iterable and to make it appear like a collection of objects."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../Behavioral/Iterator/README.rst:11
|
#: ../../Behavioral/Iterator/README.rst:11
|
||||||
|
@@ -29,7 +29,7 @@ msgstr ""
|
|||||||
#: ../../Creational/FactoryMethod/README.rst:12
|
#: ../../Creational/FactoryMethod/README.rst:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"This pattern is a \"real\" Design Pattern because it achieves the "
|
"This pattern is a \"real\" Design Pattern because it achieves the "
|
||||||
"Dependency Inversion Principle" a.k.a the "D" in S.O.L.I.D principles."
|
"\"Dependency Inversion Principle\" a.k.a the \"D\" in S.O.L.I.D principles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../Creational/FactoryMethod/README.rst:15
|
#: ../../Creational/FactoryMethod/README.rst:15
|
||||||
|
@@ -19,7 +19,7 @@ msgstr ""
|
|||||||
#: ../../Creational/Pool/README.rst:7
|
#: ../../Creational/Pool/README.rst:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"The **object pool pattern** is a software creational design pattern that "
|
"The **object pool pattern** is a software creational design pattern that "
|
||||||
"uses a set of initialized objects kept ready to use – a "pool" – rather "
|
"uses a set of initialized objects kept ready to use – a \"pool\" – rather "
|
||||||
"than allocating and destroying them on demand. A client of the pool will "
|
"than allocating and destroying them on demand. A client of the pool will "
|
||||||
"request an object from the pool and perform operations on the returned "
|
"request an object from the pool and perform operations on the returned "
|
||||||
"object. When the client has finished, it returns the object, which is a "
|
"object. When the client has finished, it returns the object, which is a "
|
||||||
|
@@ -20,7 +20,7 @@ msgid "Purpose"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../Behavioral/Iterator/README.rst:7
|
#: ../../Behavioral/Iterator/README.rst:7
|
||||||
msgid To make an object iterable and to make it appear like a collection of objects."
|
msgid "To make an object iterable and to make it appear like a collection of objects."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../Behavioral/Iterator/README.rst:11
|
#: ../../Behavioral/Iterator/README.rst:11
|
||||||
|
Reference in New Issue
Block a user