From 096f794d0cceb9a95c0ed061fcbde3f5618a3f71 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 30 Jan 2023 08:37:20 -0800 Subject: [PATCH] Update uniq.md --- content/en/functions/uniq.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/functions/uniq.md b/content/en/functions/uniq.md index eec55e5c3..b3f7f32cd 100644 --- a/content/en/functions/uniq.md +++ b/content/en/functions/uniq.md @@ -1,7 +1,8 @@ --- title: uniq linktitle: uniq -description: Takes in a slice or array and returns a slice with subsequent duplicate elements removed. +description: Takes in a slice or array and returns a slice with duplicate elements removed. +subsequent date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01