Skip to content

Commit a8bd38a

Browse files
committed
minor #12496 Tweaked the explanation of UniqueEntity constraint (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Tweaked the explanation of UniqueEntity constraint Not sure if the new description is OK ... but the original description didn't look OK. Commits ------- 60becf6 Tweaked the explanation of UniqueEntity constraint
2 parents 7e5f4db + 60becf6 commit a8bd38a

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)