Skip to content

Commit 33e6325

Browse files
authored
Fix random element doc (#69)
1 parent bc34d63 commit 33e6325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/formatters/numbers-and-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ echo $faker->randomElements(['a', 'b', 'c', 'd', 'e'], 3);
106106

107107
## `randomElement`
108108

109-
Returns `$count` amount of random element from the given array. By default, the `$count` parameter is set to 1.
109+
Returns a random element from the given array.
110110

111111
```php
112112
echo $faker->randomElement(['a', 'b', 'c', 'd', 'e']);

0 commit comments

Comments
 (0)