diff --git a/manual/new/docs/en/transactions/savepoints.txt b/manual/new/docs/en/transactions/savepoints.txt index 57af96a08..98cb51dc0 100644 --- a/manual/new/docs/en/transactions/savepoints.txt +++ b/manual/new/docs/en/transactions/savepoints.txt @@ -30,7 +30,7 @@ Savepoints that were set at a later time than the named savepoint are deleted. The {{Doctrine_Transaction::commit($savepoint)}} removes the named savepoint from the set of savepoints of the current transaction. -All savepoints of the current transaction are deleted if you execute a commit or rollback is being called without savepoint name parameter. +All savepoints of the current transaction are deleted if you execute a commit or if a rollback is being called without savepoint name parameter. try {