Skip to content

Commit aa70028

Browse files
committed
minor #4375 Removed the redundant usage of layer. (micheal)
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #4375). Discussion ---------- Removed the redundant usage of layer. Since DBAL is database abstraction layer, and is defined in the document as such, to me it reads funny to have it as database abstraction layer layer. It sounds nitpicky, I know, but I find it an easier read this way. Also, the possessive DBAL stuck out ("DBAL's layer") as the DBAL doesn't own a layer, it is the layer whereas Doctrine does own the layer and is properly defined in the header. Commits ------- 27339c7 One more again. I could have sworn I had them lined up. 84164fa Removed the possession from Doctrine. 693698e Shorten the = to match the length of the text. 5ea2902 Removed the redundant usage of layer.
2 parents b3d96b8 + 27339c7 commit aa70028

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookbook/doctrine/dbal.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.. index::
22
pair: Doctrine; DBAL
33

4-
How to Use Doctrine's DBAL Layer
5-
================================
4+
How to Use Doctrine DBAL
5+
========================
66

77
.. note::
88

9-
This article is about Doctrine DBAL's layer. Typically, you'll work with
9+
This article is about the Doctrine DBAL. Typically, you'll work with
1010
the higher level Doctrine ORM layer, which simply uses the DBAL behind
1111
the scenes to actually communicate with the database. To read more about
1212
the Doctrine ORM, see ":doc:`/book/doctrine`".

0 commit comments

Comments
 (0)