From fd65cbcdd1c5bd901658180285590f3091bb953e Mon Sep 17 00:00:00 2001 From: Apostolakis Myron Date: Fri, 22 Dec 2017 10:37:41 +0200 Subject: [PATCH] minor --- snippets/reducedFilter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/reducedFilter.md b/snippets/reducedFilter.md index 754bddece..01b383abe 100644 --- a/snippets/reducedFilter.md +++ b/snippets/reducedFilter.md @@ -10,7 +10,7 @@ Filter an array of objects based on condition and return array with reduced obje #### Output -Filtered array with new objects. Properties of new objects are a subset of +* Filtered array with new objects. Properties of new objects are a subset of properties of original objects #### Info