Fixed typo
This commit is contained in:
parent
5ad1e4e9f7
commit
57f38f3193
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ print_r($lipsum->paragraphsArray(5));
|
||||||
You can still wrap with markup when returning an array:
|
You can still wrap with markup when returning an array:
|
||||||
|
|
||||||
```php
|
```php
|
||||||
print_r($lipsum->wordsArray(5), 'li');
|
print_r($lipsum->wordsArray(5, 'li'));
|
||||||
```
|
```
|
||||||
|
|
||||||
## Assumptions
|
## Assumptions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue