Skip to content

Commit 7421140

Browse files
authored
Update bothify() description (#97)
1 parent 7cc7d14 commit 7421140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/formatters/numbers-and-strings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ echo $faker->lexify('id-????');
208208
## `bothify`
209209

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

213213
```php
214214
echo $faker->bothify();

0 commit comments

Comments
 (0)