From 66587e97994d04ad75ea6e38e8ba1b152310539e Mon Sep 17 00:00:00 2001 From: Andrei Karpilin Date: Tue, 13 Feb 2024 14:57:58 +0000 Subject: [PATCH] Update bothify() description --- docs/formatters/numbers-and-strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/formatters/numbers-and-strings.md b/docs/formatters/numbers-and-strings.md index 2b57248f..f6f8783d 100644 --- a/docs/formatters/numbers-and-strings.md +++ b/docs/formatters/numbers-and-strings.md @@ -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();