Skip to content

Commit 5136bf1

Browse files
committed
docs(array): add link for isNullSymetricDifference
1 parent dfedcd8 commit 5136bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export function choicesToRecord(
130130
}
131131

132132
/**
133-
* Checks if two arrays are equal in a symmetric difference manner.
133+
* Checks if two arrays are equal in a [symmetric difference](https://en.wikipedia.org/wiki/Symmetric_difference) manner.
134134
*
135135
* ```ts
136136
* isNullSymetricDifference([1, 2, 3], [3, 2, 1]); // true

0 commit comments

Comments
 (0)