From 4c3a2f05bfffdf4aae146e33ea70fd44c0d0f771 Mon Sep 17 00:00:00 2001 From: Dzhuneyt Date: Wed, 12 Jun 2019 17:27:45 +0300 Subject: [PATCH] Typo in function PHPDoc --- src/Faker/Provider/Text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Faker/Provider/Text.php b/src/Faker/Provider/Text.php index db8c800ace..80aa02fc80 100644 --- a/src/Faker/Provider/Text.php +++ b/src/Faker/Provider/Text.php @@ -21,7 +21,7 @@ abstract class Text extends Base * @example 'Alice, swallowing down her flamingo, and began by taking the little golden key' * @param integer $maxNbChars Maximum number of characters the text should contain (minimum: 10) * @param integer $indexSize Determines how many words are considered for the generation of the next word. - * The minimum is 1, and it produces the higher level of randomness, although the + * The minimum is 1, and it produces a higher level of randomness, although the * generated text usually doesn't make sense. Higher index sizes (up to 5) * produce more correct text, at the price of less randomness. * @return string