Skip to content

Commit 70f43d2

Browse files
authored
Update UniqueEntity.rst
1 parent 976b613 commit 70f43d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/UniqueEntity.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ each with a single field.
267267

268268
.. include:: /reference/constraints/_groups-option.rst.inc
269269

270-
If object being validated field name(s) do not match the ones from the entity,
270+
If object being validated field name(s) do not match the one(s) from the entity,
271271
use key-value mapping; Where ``key`` is the name of the field in the object being
272272
validated and ``value`` is the name of the field in the entity.
273273
Field name(s) mapping only applies when the object being validated is not an entity.
@@ -285,7 +285,7 @@ option.
285285
If set, it won’t trigger a uniqueness constraint violation when the only not unique
286286
entity identifier(s) value(s) will be matching corresponding value(s) from the
287287
object being validated.
288-
If object being validated field name(s) do not match the ones from the entity,
288+
If object being validated field name(s) do not match the one(s) from the entity,
289289
use key-value mapping; Where ``key`` is the name of the field in the object being
290290
validated and ``value`` is the name of the field in the entity.
291291

0 commit comments

Comments
 (0)