Skip to content

Commit 7c862db

Browse files
committed
Minor reword
1 parent d415361 commit 7c862db

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
@@ -903,7 +903,7 @@ The array keys beginning with ``@`` are considered XML attributes::
903903
// <foo bar="value" />
904904
// </response>
905905

906-
If you want create a node with value and attribute use this::
906+
Use the special ``#`` key to define the data of a node::
907907

908908
array('foo' => array('@bar' => 'value', '#' => 'baz'));
909909

0 commit comments

Comments
 (0)