Skip to content

Commit 5430bb8

Browse files
committed
improve docstring tone
1 parent 8969312 commit 5430bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/logger/src/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const parseOptions = (
3434
};
3535

3636
/**
37-
* A slow (O(n^2)) way to uniquify an array.
37+
* Returns a copy of an array containing only its unique values.
3838
*
3939
* @param array - The array to filter.
4040
* @returns The array, without duplicate values.

0 commit comments

Comments
 (0)