diff --git a/docs/formatters/numbers-and-strings.md b/docs/formatters/numbers-and-strings.md index f6f8783..66a07e9 100644 --- a/docs/formatters/numbers-and-strings.md +++ b/docs/formatters/numbers-and-strings.md @@ -207,8 +207,8 @@ 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 9. By default, `## ??` is used as input. +Generate a string where `?` characters are replaced with a random letter, `#` characters are replaced with a random +digit between 0 and 9, and `*` characters are replaced with either a random letter or a random digit. By default, `## ??` is used as input. ```php echo $faker->bothify();