From 60becf6bbefc5922ccb1f1861b105b59d651efc6 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 16 Oct 2019 16:58:59 +0200 Subject: [PATCH] Tweaked the explanation of UniqueEntity constraint --- reference/constraints/UniqueEntity.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/constraints/UniqueEntity.rst b/reference/constraints/UniqueEntity.rst index 6e1145a818a..37a7f675047 100644 --- a/reference/constraints/UniqueEntity.rst +++ b/reference/constraints/UniqueEntity.rst @@ -28,8 +28,7 @@ Basic Usage Suppose you have an AppBundle bundle with a ``User`` entity that has an ``email`` field. You can use the ``UniqueEntity`` constraint to guarantee -that the ``email`` field remains unique between all of the constraints in -your user table: +that the ``email`` field remains unique between all of the rows in your user table: .. configuration-block::