From f148e1138bda0318b946750c55d8e5d195db2e7a Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 20 Apr 2018 15:49:57 +0200 Subject: [PATCH] [Serializer] Added a missing parenthesis in a code example --- components/serializer.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/serializer.rst b/components/serializer.rst index 7ecdd7cd8da..6c9903e55af 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -947,6 +947,7 @@ having unique identifiers:: 'child' => array( 'id' => 2, 'child' => '/foos/3', + ), ); */