From 4a4a6fe9a5ac2f0143c7c4399085a144b420b1f0 Mon Sep 17 00:00:00 2001 From: Wojciech Kania Date: Mon, 12 Feb 2024 22:42:55 +0100 Subject: [PATCH] Formatting typo --- reference/constraints/UniqueEntity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/constraints/UniqueEntity.rst b/reference/constraints/UniqueEntity.rst index fc6fccb18f6..44ea1c7d5bc 100644 --- a/reference/constraints/UniqueEntity.rst +++ b/reference/constraints/UniqueEntity.rst @@ -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