Skip to content

Commit

Permalink
fix typo (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
babalolajnr committed May 2, 2022
1 parent 1895571 commit 4e206f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Provider/Base.php
Expand Up @@ -436,7 +436,7 @@ public static function lexify($string = '????')
* Replaces hash signs ('#') and question marks ('?') with random numbers and letters
* An asterisk ('*') is replaced with either a random number or a random letter
*
* @param string $string String that needs to bet parsed
* @param string $string String that needs to be parsed
*
* @return string
*/
Expand Down

0 comments on commit 4e206f8

Please sign in to comment.