Skip to content

Commit 5428cf2

Browse files
authored
small fix to sentence in database persistence (#6207)
Clarified the description of the properties array and improved sentence structure for better readability.
1 parent f95367b commit 5428cf2

File tree

1 file changed

+4
-4
lines changed
  • Documentation/ExtensionArchitecture/Extbase/Reference/Domain/Model/Persistence

1 file changed

+4
-4
lines changed

Documentation/ExtensionArchitecture/Extbase/Reference/Domain/Model/Persistence/Index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ The key :php:`recordType` makes sure that the defined model is only used if the
7373
:php:`\FriendsOfTYPO3\BlogExample\Domain\Model\Administrator`. This way the
7474
class will only be used for administrators but not plain frontend users.
7575

76-
The array stored in :php:`properties` to match properties to database field
77-
names if the names do not match.
76+
The array stored in :php:`properties` matches properties to database field
77+
names.
7878

7979
.. _extbase-persistance-record-types:
8080

@@ -137,8 +137,8 @@ are required:
137137

138138
#. Create a model
139139

140-
In this example, we assume that we need the two fields :sql:`header` and
141-
:sql:`bodytext`, so only these two fields are available in the
140+
In this example we assume that we need the two fields :sql:`header` and
141+
:sql:`bodytext`. So only these two fields are available in the
142142
:ref:`model <extbase-model>` class.
143143

144144
.. literalinclude:: _codesnippets/_Content.php

0 commit comments

Comments
 (0)