Skip to content

Commit bce570d

Browse files
authored
Fix description
1 parent 5e6c13a commit bce570d

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
@@ -1075,7 +1075,7 @@ Option Description D
10751075
``csv_escape_char`` Sets the escape character (at most one character) empty string
10761076
``csv_key_separator`` Sets the separator for array's keys during its ``.``
10771077
flattening
1078-
``csv_headers`` Sets the order of the header and data columns ``[]``, inferred from input data's keys
1078+
``csv_headers`` Sets the header labels and the order of the columns ``[]``, inferred from input data's keys
10791079
E.g.: if ``$data = ['c' => 3, 'a' => 1, 'b' => 2]``
10801080
and ``$options = ['csv_headers' => ['Label A' => 'a',
10811081
'b', 'Label C' => 'c']]``

0 commit comments

Comments
 (0)