Skip to content

Commit

Permalink
Removed the redundant usage of layer.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
micheal authored and weaverryan committed Oct 30, 2014
1 parent b3d96b8 commit 5ea2902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/doctrine/dbal.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. index::
pair: Doctrine; DBAL

How to Use Doctrine's DBAL Layer
How to Use Doctrine's DBAL
================================

.. note::

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

0 comments on commit 5ea2902

Please sign in to comment.