Skip to content

Commit 60becf6

Browse files
committed
Tweaked the explanation of UniqueEntity constraint
1 parent 7e5f4db commit 60becf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reference/constraints/UniqueEntity.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Basic Usage
2828

2929
Suppose you have an AppBundle bundle with a ``User`` entity that has
3030
an ``email`` field. You can use the ``UniqueEntity`` constraint to guarantee
31-
that the ``email`` field remains unique between all of the constraints in
32-
your user table:
31+
that the ``email`` field remains unique between all of the rows in your user table:
3332

3433
.. configuration-block::
3534

0 commit comments

Comments
 (0)