From 735912f3bf6804b1bed2cfc705ae4db2ba24310c Mon Sep 17 00:00:00 2001 From: Saif Eddin G <29315886+azjezz@users.noreply.github.com> Date: Wed, 8 Jul 2020 10:53:29 +0200 Subject: [PATCH] fix typo (#25) --- src/Psl/Str/Byte/words.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Psl/Str/Byte/words.php b/src/Psl/Str/Byte/words.php index 3ddc380..0aada7d 100644 --- a/src/Psl/Str/Byte/words.php +++ b/src/Psl/Str/Byte/words.php @@ -7,7 +7,7 @@ namespace Psl\Str\Byte; /** * Return information about words used in a string. * - * @param string|null $charlist A list of additional characters which will be considered as 'word' + * @param string|null $characters_list A list of additional characters which will be considered as 'word' * * @return array an associative array, where the key is the numeric position of * the word inside the string and the value is the actual word itself