Skip to content

Commit

Permalink
Formatting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wkania committed Feb 12, 2024
1 parent 7dd2995 commit 4a4a6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/constraints/UniqueEntity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ the combination value is unique (e.g. two users could have the same email,
as long as they don't have the same name also).

If you need to require two fields to be individually unique (e.g. a unique
``email`` *and* a unique ``username``), you use two ``UniqueEntity`` entries,
``email`` and a unique ``username``), you use two ``UniqueEntity`` entries,
each with a single field.

.. include:: /reference/constraints/_groups-option.rst.inc
Expand Down

0 comments on commit 4a4a6fe

Please sign in to comment.