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: