From a0817e5dd7e66d31e35c1e3664ff6a9863d17f0c Mon Sep 17 00:00:00 2001 From: Santi Albo Date: Fri, 18 Feb 2022 11:41:14 +0100 Subject: [PATCH] docs: fix uniq filter example in the docs --- docs/source/filters/uniq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/filters/uniq.md b/docs/source/filters/uniq.md index f56d886f5..e5679daec 100644 --- a/docs/source/filters/uniq.md +++ b/docs/source/filters/uniq.md @@ -14,5 +14,5 @@ Input Output ```text - -ants, bugs, bees``` +ants, bugs, bees +```