From 6c258ab42094d8ddf1d740112fb055b06fb67c09 Mon Sep 17 00:00:00 2001 From: Chalarangelo Date: Fri, 22 Jul 2022 12:37:58 +0300 Subject: [PATCH] Update isEmpty Use collection instead of array, as the snippet works for objects. --- snippets/isEmpty.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/isEmpty.md b/snippets/isEmpty.md index e7490588c..1fa2c9425 100644 --- a/snippets/isEmpty.md +++ b/snippets/isEmpty.md @@ -1,5 +1,5 @@ --- -title: Array is empty +title: Collection is empty tags: type,array,object,string expertise: beginner cover: blog_images/book-chair.jpg