Skip to content

Commit 169ffeb

Browse files
MaatwebsiteMaatwebsite
authored andcommitted
Merge pull request SpartnerNL#64 from brandondrew/patch-2
Fixed syntax errors...
2 parents 978077c + 14ee140 commit 169ffeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,14 +263,14 @@ Example to get two leading zeros before the number for one column
263263
```php
264264
->setColumnFormat(array(
265265
'A' => '0000'
266-
)
266+
))
267267
```
268268

269269
Example to get two leading zeros before the number with a range:
270270
```php
271271
->setColumnFormat(array(
272272
'A2:K2' => '0000'
273-
)
273+
))
274274
```
275275

276276
#Auto filter

0 commit comments

Comments
 (0)