diff --git a/src/iterable-functions.php b/src/iterable-functions.php index ae6190b..f525d91 100644 --- a/src/iterable-functions.php +++ b/src/iterable-functions.php @@ -47,7 +47,7 @@ function iterable_merge(iterable ...$args): iterable /** * Copy the iterable into an array. * - * @param iterable $iterable + * @param iterable $iterable * @param bool $preserveKeys [optional] Whether to use the iterator element keys as index. * * @return array