From b64cbce2ecdd1ec2b0374889419a1302f4cfb8db Mon Sep 17 00:00:00 2001 From: Ingo Struck Date: Thu, 20 Jul 2023 21:33:00 +0200 Subject: [PATCH] Fix description of collections.Apply --- content/en/functions/apply.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/apply.md b/content/en/functions/apply.md index 0bc071e7b..b9dbd81e7 100644 --- a/content/en/functions/apply.md +++ b/content/en/functions/apply.md @@ -1,6 +1,6 @@ --- title: apply -description: Given a map, array, or slice, `apply` returns a new slice with a function applied over it. +description: Given an array or slice, `apply` returns a new slice with a function applied over it. categories: [functions] menu: docs: