From c9c6d87a335836d07a04bf49e87888834ec69277 Mon Sep 17 00:00:00 2001 From: Beno!t POLASZEK Date: Sun, 2 Jun 2024 18:56:58 +0200 Subject: [PATCH] Update src/iterable-functions.php Co-authored-by: Simon Podlipsky --- src/iterable-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iterable-functions.php b/src/iterable-functions.php index 3044042..d7e9743 100644 --- a/src/iterable-functions.php +++ b/src/iterable-functions.php @@ -141,7 +141,7 @@ function iterable_values(iterable $iterable): iterable * * @param iterable $iterable * - * @return iterable> + * @return iterable> * * @template TKey * @template TValue