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.