From b462c785cf8dcc26f62ef06279bb5570f31f4a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Alejandro=20L=C3=B3pez=20L=C3=B3pez?= Date: Mon, 9 Sep 2024 16:46:22 -0400 Subject: [PATCH] Update phpdoc on src/ListView.php Co-authored-by: Alexander Makarov --- src/ListView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ListView.php b/src/ListView.php index 9ca5e1780..1a4fd5c13 100644 --- a/src/ListView.php +++ b/src/ListView.php @@ -174,7 +174,7 @@ public function itemViewTag(?string $tag): self * function ($data, $key, $index, $widget) * ``` * - * Also, each attribute value can be a closure too, with the same signature as in: + * Also, each attribute value can be a function too, with the same signature as in: * * ```php * [