Skip to content

Commit 1154f68

Browse files
committed
Fixing wrong term in serializer doc - thanks to @stof
1 parent 39e9632 commit 1154f68

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
@@ -14,7 +14,7 @@ simple schema.
1414
.. image:: /images/components/serializer/serializer_workflow.png
1515

1616
As you can see in the picture above, an array is used as a man in
17-
the middle. This way, Serializers will only deal with turning specific
17+
the middle. This way, Encoders will only deal with turning specific
1818
**formats** into **arrays** and vice versa. The same way, Normalizers
1919
will deal with turning specific **objects** into **arrays** and vice versa.
2020

0 commit comments

Comments
 (0)