From 4e206f81533910dc4cb526493ded048ba0fceab4 Mon Sep 17 00:00:00 2001 From: Abdulqudduus Babalola Date: Mon, 2 May 2022 19:55:26 +0100 Subject: [PATCH] fix typo (#471) --- src/Faker/Provider/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Faker/Provider/Base.php b/src/Faker/Provider/Base.php index 9086ea5538..4ff4492a4e 100644 --- a/src/Faker/Provider/Base.php +++ b/src/Faker/Provider/Base.php @@ -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 */