Skip to content

Commit 8f502a2

Browse files
committed
Missing a ' at line 237
1 parent 6424395 commit 8f502a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ To style and set all borders use:
234234

235235
To style the border of a range
236236
```php
237-
->setBorder('A1:F10,'thick')
237+
->setBorder('A1:F10','thick')
238238
```
239239

240240
You can use all the PHP Excel border styles.

0 commit comments

Comments
 (0)