From b5c91156f6bd29f68f4f2c51186faae4310a5a68 Mon Sep 17 00:00:00 2001 From: Maarten Paauw Date: Sun, 28 Aug 2016 22:25:51 +0200 Subject: [PATCH] Fixed double blockquote (#889) --- docs/export/array.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/export/array.md b/docs/export/array.md index 6213a27aa..fe34947ad 100644 --- a/docs/export/array.md +++ b/docs/export/array.md @@ -48,7 +48,7 @@ By default 0 is shown as an empty cell. If you want to change this behaviour, yo // Will show 0 as 0 $sheet->fromArray($data, null, 'A1', true); ->> To change the default behaviour, you can use `excel::export.sheets.strictNullComparison` config setting. +> To change the default behaviour, you can use `excel::export.sheets.strictNullComparison` config setting. ## Eloquent model