Skip to content

Commit

Permalink
Merge pull request #11556 from k00ni/patch-1
Browse files Browse the repository at this point in the history
[Docs] unitofwork.rst: php => PHP
  • Loading branch information
greg0ire authored Nov 19, 2024
2 parents 58ad1d9 + 8422a41 commit 82e2c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/unitofwork.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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?".

Expand Down

0 comments on commit 82e2c98

Please sign in to comment.