Skip to content

Commit b5c9115

Browse files
maartenpaauwpatrickbrouwers
authored andcommitted
Fixed double blockquote (SpartnerNL#889)
1 parent d3fdd39 commit b5c9115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/export/array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ By default 0 is shown as an empty cell. If you want to change this behaviour, yo
4848
// Will show 0 as 0
4949
$sheet->fromArray($data, null, 'A1', true);
5050

51-
>> To change the default behaviour, you can use `excel::export.sheets.strictNullComparison` config setting.
51+
> To change the default behaviour, you can use `excel::export.sheets.strictNullComparison` config setting.
5252
5353
## Eloquent model
5454

0 commit comments

Comments
 (0)