Skip to content

Commit 51ba232

Browse files
pyatnitsevjaviereguiluz
authored andcommitted
fix makeup
1 parent c4aecf4 commit 51ba232

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
@@ -905,7 +905,7 @@ The array keys beginning with ``@`` are considered XML attributes::
905905

906906
If you want create a node with value and attribute use this::
907907

908-
array('foo' => array('@bar' => 'value', # => 'baz'));
908+
array('foo' => array('@bar' => 'value', # => 'baz'));
909909

910910
// is encoded as follows:
911911
// <?xml version="1.0"?>

0 commit comments

Comments
 (0)