8000 minor #8619 Change some word choice, 'complex' instead of 'complicate… · symfony/symfony-docs@086a756 · GitHub
[go: up one dir, main page]

Skip to content

Commit 086a756

Browse files
committed
minor #8619 Change some word choice, 'complex' instead of 'complicated' (seydu)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #8619). Discussion ---------- Change some word choice, 'complex' instead of 'complicated' Commits ------- c82f6a7 Update serializer.rst
2 parents 75a74e2 + c82f6a7 commit 086a756

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/serializer.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ the middle. This way, Encoders will only deal with turning specific
2121
**formats** into **arrays** and vice versa. The same way, Normalizers
2222
will deal with turning specific **objects** into **arrays** and vice versa.
2323

24-
Serialization is a complicated topic, and while this component may not work
25-
in all cases, it can be a useful tool while developing tools to serialize
26-
and deserialize your objects.
24+
Serialization is a complex topic. This component may not cover all your use cases out of the box,
25+
but it can be useful for developing tools to serialize and deserialize your objects.
2726

2827
Installation
2928
------------

0 commit comments

Comments
 (0)
0