Skip to content

Commit

Permalink
unitofwork.rst: php => PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni authored and greg0ire committed Nov 19, 2024
1 parent 58ad1d9 commit 8422a41
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 8422a41

Please sign in to comment.