Skip to content

Commit 311245e

Browse files
committed
minor #5775 Misspelling (carlos-granados)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5775). Discussion ---------- Misspelling It should be "were" instead of "where". But I think it is even better to use the present tense here, so I changed it to "is" Commits ------- 7ce803c Misspelling
2 parents da4893b + 7ce803c commit 311245e

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
@@ -120,7 +120,7 @@ fields
120120
This required option is the field (or list of fields) on which this entity
121121
should be unique. For example, if you specified both the ``email`` and ``name``
122122
field in a single ``UniqueEntity`` constraint, then it would enforce that
123-
the combination value where unique (e.g. two users could have the same email,
123+
the combination value is unique (e.g. two users could have the same email,
124124
as long as they don't have the same name also).
125125

126126
If you need to require two fields to be individually unique (e.g. a unique

0 commit comments

Comments
 (0)