Skip to content

Commit 28254a6

Browse files
committed
Minor reword
1 parent f488012 commit 28254a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

serializer.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,10 +385,10 @@ stored in one of the following locations:
385385

386386
.. note::
387387

388-
By default, the ``Default`` group is used when normalizing and denormalizing
389-
objects. A group corresponding to the class name is also used. For example,
390-
if you are normalizing a ``App\Entity\Product`` object, the ``Product`` group
391-
is also included by default.
388+
The groups used by default when normalizing and denormalizing objects are
389+
``Default`` and the group that matches the class name. For example, if you
390+
are normalizing a ``App\Entity\Product`` object, the groups used are
391+
``Default`` and ``Product``.
392392

393393
.. versionadded:: 7.1
394394

0 commit comments

Comments
 (0)