Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/formatters/numbers-and-strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ echo $faker->shuffle([1, 2, 3]);

## `numerify`

Generate a string where all `#` characters are replaced by digits between 0 and 10. By default, `###` is used as input.
Generate a string where all `#` characters are replaced by digits between 0 and 9. By default, `###` is used as input.

```php
echo $faker->numerify();
Expand Down