From 6e496513c9e65d3a1873755544e09cead403b8c7 Mon Sep 17 00:00:00 2001 From: micheal Date: Sat, 25 Oct 2014 11:59:13 -0700 Subject: [PATCH 1/4] 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. --- cookbook/doctrine/dbal.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/doctrine/dbal.rst b/cookbook/doctrine/dbal.rst index 5cc468202c2..d7239b69738 100644 --- a/cookbook/doctrine/dbal.rst +++ b/cookbook/doctrine/dbal.rst @@ -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`". From 5db69226a6b4b4f802997cd9bba24531c488624f Mon Sep 17 00:00:00 2001 From: micheal Date: Sat, 25 Oct 2014 13:36:44 -0700 Subject: [PATCH 2/4] Shorten the = to match the length of the text. --- cookbook/doctrine/dbal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/doctrine/dbal.rst b/cookbook/doctrine/dbal.rst index d7239b69738..6fd18d827dc 100644 --- a/cookbook/doctrine/dbal.rst +++ b/cookbook/doctrine/dbal.rst @@ -2,7 +2,7 @@ pair: Doctrine; DBAL How to Use Doctrine's DBAL -================================ +========================== .. note:: From 0878bca188d936015d7568c3ed6b3d50890647ef Mon Sep 17 00:00:00 2001 From: micheal Date: Sun, 26 Oct 2014 11:49:01 -0700 Subject: [PATCH 3/4] Removed the possession from Doctrine. --- cookbook/doctrine/dbal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/doctrine/dbal.rst b/cookbook/doctrine/dbal.rst index 6fd18d827dc..2aaabb8608f 100644 --- a/cookbook/doctrine/dbal.rst +++ b/cookbook/doctrine/dbal.rst @@ -1,7 +1,7 @@ .. index:: pair: Doctrine; DBAL -How to Use Doctrine's DBAL +How to Use Doctrine DBAL ========================== .. note:: From 585d9d5b977368d879c14fb4e65ad6ccfffa6307 Mon Sep 17 00:00:00 2001 From: micheal Date: Wed, 29 Oct 2014 20:29:39 -0700 Subject: [PATCH 4/4] One more again. I could have sworn I had them lined up. --- cookbook/doctrine/dbal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/doctrine/dbal.rst b/cookbook/doctrine/dbal.rst index 2aaabb8608f..3afc1f2f7e3 100644 --- a/cookbook/doctrine/dbal.rst +++ b/cookbook/doctrine/dbal.rst @@ -2,7 +2,7 @@ pair: Doctrine; DBAL How to Use Doctrine DBAL -========================== +======================== .. note::