Skip to content

Commit f148e11

Browse files
committed
[Serializer] Added a missing parenthesis in a code example
1 parent 001f5dd commit f148e11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/serializer.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,7 @@ having unique identifiers::
947947
'child' => array(
948948
'id' => 2,
949949
'child' => '/foos/3',
950+
),
950951
);
951952
*/
952953

0 commit comments

Comments
 (0)