Skip to content

Commit 19d28b8

Browse files
authored
Merge pull request #84 from clouder/patch-1
2 parents 18d4a3c + 3823ff1 commit 19d28b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/formatters/numbers-and-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ echo $faker->shuffle([1, 2, 3]);
140140

141141
## `numerify`
142142

143-
Generate a string where all `#` characters are replaced by digits between 0 and 10. By default, `###` is used as input.
143+
Generate a string where all `#` characters are replaced by digits between 0 and 9. By default, `###` is used as input.
144144

145145
```php
146146
echo $faker->numerify();

0 commit comments

Comments
 (0)