Skip to content

Commit b16f8eb

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Tweaked the explanation of UniqueEntity constraint
2 parents 6617bf6 + a8bd38a commit b16f8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/UniqueEntity.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Basic Usage
3030

3131
Suppose you have a ``User`` entity that has an ``email`` field. You can use the
3232
``UniqueEntity`` constraint to guarantee that the ``email`` field remains unique
33-
between all of the constraints in your user table:
33+
between all of the rows in your user table:
3434

3535
.. configuration-block::
3636

0 commit comments

Comments
 (0)