Skip to content

Commit ccde29c

Browse files
committed
Standard compliance.
1 parent 5355801 commit ccde29c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/serializer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ Attributes Groups
143143
-----------------
144144

145145
.. versionadded:: 2.7
146-
The support of serialization and deserialization groups has been added
146+
The support of serialization and deserialization groups was introduced
147147
in Symfony 2.7.
148148

149149
Sometimes, you want to serialize different set of attributes from your
150150
entities. Groups are a handy way to achieve this need.
151151

152-
Lets start with a simple Plain Old PHP object::
152+
Assume you have the following object plain-old-PHP object::
153153

154154
namespace Acme;
155155

0 commit comments

Comments
 (0)