fix typo (#25)

This commit is contained in:
Saif Eddin G 2020-07-08 10:53:29 +02:00 committed by GitHub
parent f009542535
commit 735912f3bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<int, string> an associative array, where the key is the numeric position of
* the word inside the string and the value is the actual word itself