Skip to content

Commit 26eb707

Browse files
author
Kerem Güneş
committed
Add markdown flavors for objects.
1 parent 4bc5a3d commit 26eb707

File tree

2 files changed

+3
-3
lines changed
  • Structural/DependencyInjection
  • locale/template/LC_MESSAGES/Structural/DependencyInjection

2 files changed

+3
-3
lines changed

Structural/DependencyInjection/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ testable, maintainable and extendable code.
1010
Usage
1111
-----
1212

13-
DatabaseConfiguration gets injected and ``DatabaseConnection`` will get all that it
13+
``DatabaseConfiguration`` gets injected and ``DatabaseConnection`` will get all that it
1414
needs from ``$config``. Without DI, the configuration would be created
1515
directly in ``DatabaseConnection``, which is not very good for testing and
1616
extending it.

locale/template/LC_MESSAGES/Structural/DependencyInjection/README.pot

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ msgstr ""
2828

2929
#: ../../Structural/DependencyInjection/README.rst:13
3030
msgid ""
31-
"DatabaseConfiguration gets injected and ``DatabaseConnection`` will get all that it "
31+
"``DatabaseConfiguration`` gets injected and ``DatabaseConnection`` will get all that it "
3232
"needs from ``$config``. Without DI, the configuration would be created "
3333
"directly in ``DatabaseConnection``, which is not very good for testing and "
3434
"extending it."
@@ -71,4 +71,4 @@ msgstr ""
7171

7272
#: ../../Structural/DependencyInjection/README.rst:53
7373
msgid "Test"
74-
msgstr ""
74+
msgstr ""

0 commit comments

Comments
 (0)