From 9c389a49c7f7fa9065e75e839068232da56d957e Mon Sep 17 00:00:00 2001 From: Guilherme Blanco Date: Tue, 11 Oct 2011 01:27:30 -0300 Subject: [PATCH] Fixes DDC-509 --- en/reference/events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/reference/events.rst b/en/reference/events.rst index 0b20ba4a9..513de8b21 100644 --- a/en/reference/events.rst +++ b/en/reference/events.rst @@ -369,7 +369,7 @@ Implementing Event Listeners This section explains what is and what is not allowed during specific lifecycle events of the UnitOfWork. Although you get passed the EntityManager in all of these events, you have to follow -this restrictions very carefully since operations in the wrong +these restrictions very carefully since operations in the wrong event may produce lots of different errors, such as inconsistent data and lost updates/persists/removes.