Skip to content

Commit 10c73a0

Browse files
committed
fix
1 parent ed0b1a4 commit 10c73a0

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
@@ -846,7 +846,7 @@ Option Description D
846846
E.g.: if ``$data = ['c' => 3, 'a' => 1, 'b' => 2]``
847847
and ``$options = ['csv_headers' => ['a', 'b', 'c']]``
848848
then ``serialize($data, 'csv', $options)`` returns
849-
``a,b,c\n1,2,3 `` ``[]``, inferred from input data's keys
849+
``a,b,c\n1,2,3`` ``[]``, inferred from input data's keys
850850
``csv_escape_formulas`` Escapes fields containg formulas by prepending them ``false``
851851
with a ``\t`` character
852852
``as_collection`` Always returns results as a collection, even if only

0 commit comments

Comments
 (0)