We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc7d14 commit 7421140Copy full SHA for 7421140
docs/formatters/numbers-and-strings.md
@@ -208,7 +208,7 @@ echo $faker->lexify('id-????');
208
## `bothify`
209
210
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.
+digit between 0 and 9. By default, `## ??` is used as input.
212
213
```php
214
echo $faker->bothify();
0 commit comments