From 8422a414230eef8acfcc12edb8dafbd54e834950 Mon Sep 17 00:00:00 2001 From: Konrad Abicht Date: Mon, 22 Jul 2024 10:29:56 +0200 Subject: [PATCH] unitofwork.rst: php => PHP --- docs/en/reference/unitofwork.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/unitofwork.rst b/docs/en/reference/unitofwork.rst index 6d429ec01e8..9c18fba0da7 100644 --- a/docs/en/reference/unitofwork.rst +++ b/docs/en/reference/unitofwork.rst @@ -102,7 +102,7 @@ How Doctrine Detects Changes ---------------------------- Doctrine is a data-mapper that tries to achieve persistence-ignorance (PI). -This means you map php objects into a relational database that don't +This means you map PHP objects into a relational database that don't necessarily know about the database at all. A natural question would now be, "how does Doctrine even detect objects have changed?".