From 064325ef18e2bf73f6ff8e9cc4e8ac1c91f68215 Mon Sep 17 00:00:00 2001 From: Apostolakis Myron Date: Fri, 22 Dec 2017 10:37:03 +0200 Subject: [PATCH] unorderd --- snippets/reducedFilter.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snippets/reducedFilter.md b/snippets/reducedFilter.md index 853940c1a..754bddece 100644 --- a/snippets/reducedFilter.md +++ b/snippets/reducedFilter.md @@ -4,9 +4,9 @@ Filter an array of objects based on condition and return array with reduced obje #### Input -i. Data: the data to be filtered (array of objects) -ii. Condition: will be used for filtering (string) -iii. outputProps: an array of properties that will be used to contruct new array of objects +* Data: the data to be filtered (array of objects) +* Condition: will be used for filtering (string) +* outputProps: an array of properties that will be used to contruct new array of objects #### Output