From f1c64cd5a50dc7921920a4c804578b4082da1395 Mon Sep 17 00:00:00 2001 From: swamidass Date: Sat, 6 Mar 2021 14:38:01 -0600 Subject: [PATCH] Improved documentation. This is based on @bep 's explanation here: https://discourse.gohugo.io/t/intersect-function-and-order/31607?u=swamidass --- content/en/functions/intersect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/intersect.md b/content/en/functions/intersect.md index 9ab7f3c3a..004479531 100644 --- a/content/en/functions/intersect.md +++ b/content/en/functions/intersect.md @@ -1,7 +1,7 @@ --- title: intersect linktitle: intersect -description: Returns the common elements of two arrays or slices. +description: Returns the common elements of two arrays or slices, in the same order as the first array. godocref: date: 2017-02-01 publishdate: 2017-02-01