From ab2ef5906ba2a7e1e060385fb48a1abd435daa1b 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 1198af6bc7e..94831ff4f36 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?".