Skip to content

Commit e031d36

Browse files
committed
Merge branch '4.4'
* 4.4: Tweaked the explanation of UniqueEntity constraint
2 parents 64169ab + 14050dd commit e031d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/UniqueEntity.rst

Lines changed: 1 addition & 1 deletion
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)