Skip to content

Commit

Permalink
Update bothify() description (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
karpilin committed Feb 13, 2024
1 parent 7cc7d14 commit 7421140
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 @@ -208,7 +208,7 @@ echo $faker->lexify('id-????');
## `bothify`

Generate a string where `?` characters are replaced with a random letter, and `#` characters are replaces with a random
digit between 0 and 10. By default, `## ??` is used as input.
digit between 0 and 9. By default, `## ??` is used as input.

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

0 comments on commit 7421140

Please sign in to comment.