Skip to content

Commit

Permalink
Merge pull request #84 from clouder/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Apr 22, 2023
2 parents 18d4a3c + 3823ff1 commit 19d28b8
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 19d28b8

Please sign in to comment.