From bb109b243df925068a2170ffd75764dbbcdd2aad Mon Sep 17 00:00:00 2001 From: Isabelle Viktoria Maciohsek Date: Sun, 18 Oct 2020 19:52:06 +0300 Subject: [PATCH] Re-tag type snippets --- snippets/matches.md | 2 +- snippets/matchesWith.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/matches.md b/snippets/matches.md index 82e572624..9f6be419c 100644 --- a/snippets/matches.md +++ b/snippets/matches.md @@ -1,6 +1,6 @@ --- title: matches -tags: object,type,intermediate +tags: object,intermediate --- Compares two objects to determine if the first one contains equivalent property values to the second one. diff --git a/snippets/matchesWith.md b/snippets/matchesWith.md index c08773010..146d3d2f4 100644 --- a/snippets/matchesWith.md +++ b/snippets/matchesWith.md @@ -1,6 +1,6 @@ --- title: matchesWith -tags: object,type,intermediate +tags: object,intermediate --- Compares two objects to determine if the first one contains equivalent property values to the second one, based on a provided function.