diff --git a/src/NGramFrequency.php b/src/NGramFrequency.php index 65c2b44..88b5a5e 100644 --- a/src/NGramFrequency.php +++ b/src/NGramFrequency.php @@ -32,7 +32,7 @@ public static function trigram(array $tokens): array } /** - * Generates bigrams with frequency for given array of tokens and n-gram level. + * Generates bigrams with frequency for given an array of tokens and n-gram level. * * @param array $tokens * @return array