Fix description of collections.Apply

This commit is contained in:
Ingo Struck
2023-07-20 21:33:00 +02:00
committed by GitHub
parent 6ea264b9c7
commit b64cbce2ec
+1 -1
View File
@@ -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: