Skip to content

Commit 6d19464

Browse files
committed
made description for compare-arrays more descriptive
1 parent c73bd17 commit 6d19464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/javascript/array-manipulation/compare-arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Compare Arrays
3-
description: Compares two arrays to check if they are equal.
3+
description: Deeply compares two arrays to check if they are equal to each other (supports nested arrays and objects).
44
author: KCSquid
55
tags: array,object,compare,equal
66
---

0 commit comments

Comments
 (0)