Skip to content

Commit d2ebd70

Browse files
authored
[Serializer] Remove colon
1 parent f22f38f commit d2ebd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ Normalizers
694694
-----------
695695

696696
Normalizers turn **object** into **array** and vice versa. They implement
697-
::class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`
697+
:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`
698698
for normalize (object to array) and
699699
:class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizableInterface` for denormalize
700700
(array to object).

0 commit comments

Comments
 (0)