Skip to content

Commit 5ea2902

Browse files
michealweaverryan
micheal
authored andcommitted
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.
1 parent b3d96b8 commit 5ea2902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/doctrine/dbal.rst

Lines changed: 2 additions & 2 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
4+
How to Use Doctrine's DBAL
55
================================
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)