Skip to content

Commit b70b9ad

Browse files
committed
Fixed a syntax issue
1 parent 9a2a6c3 commit b70b9ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doctrine/events.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Doctrine Events
77
`Doctrine`_, the set of PHP libraries used by Symfony to work with databases,
88
provides a lightweight event system to update entities during the application
99
execution. These events, called `lifecycle events`_, allow to perform tasks such
10-
as _"update the createdAt property automatically just before persisting entities
11-
of this type"_.
10+
as *"update the createdAt property automatically just before persisting entities
11+
of this type"*.
1212

1313
Doctrine triggers events before/after performing the most common entity
1414
operations (e.g. ``prePersist/postPersist``, ``preUpdate/postUpdate``) and also

0 commit comments

Comments
 (0)