mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-22 16:54:13 +01:00
Fix some mismatched & unescaped quotes
This commit is contained in:
parent
8d73f125ee
commit
b5a7241f49
@ -20,7 +20,7 @@ msgid "Purpose"
|
||||
msgstr ""
|
||||
|
||||
#: ../../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 ""
|
||||
|
||||
#: ../../Behavioral/Iterator/README.rst:11
|
||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||
#: ../../Creational/FactoryMethod/README.rst:12
|
||||
msgid ""
|
||||
"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 ""
|
||||
|
||||
#: ../../Creational/FactoryMethod/README.rst:15
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
||||
#: ../../Creational/Pool/README.rst:7
|
||||
msgid ""
|
||||
"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 "
|
||||
"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 "
|
||||
|
@ -20,7 +20,7 @@ msgid "Purpose"
|
||||
msgstr ""
|
||||
|
||||
#: ../../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 ""
|
||||
|
||||
#: ../../Behavioral/Iterator/README.rst:11
|
||||
|
Loading…
x
Reference in New Issue
Block a user