Skip to content

Commit 82e2c98

Browse files
authored
Merge pull request doctrine#11556 from k00ni/patch-1
[Docs] unitofwork.rst: php => PHP
2 parents 58ad1d9 + 8422a41 commit 82e2c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/reference/unitofwork.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ How Doctrine Detects Changes
102102
----------------------------
103103

104104
Doctrine is a data-mapper that tries to achieve persistence-ignorance (PI).
105-
This means you map php objects into a relational database that don't
105+
This means you map PHP objects into a relational database that don't
106106
necessarily know about the database at all. A natural question would now be,
107107
"how does Doctrine even detect objects have changed?".
108108

0 commit comments

Comments
 (0)