Skip to content

Commit 6a89ebe

Browse files
doc: change description on JoinUnion
Co-authored-by: Sindre Sorhus <[email protected]>
1 parent 33385d4 commit 6a89ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/join-union.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type {UnionToTuple} from './union-to-tuple.d.ts';
22
import type {Join, JoinableItem} from './join.d.ts';
33

44
/**
5-
Join an union of {@link JoinableItem `JoinableItems`} using the given string as a delimiter.
5+
Join a union of strings and/or numbers ({@link JoinableItem `JoinableItems`}) using the given string as a delimiter.
66
77
Delimiter defaults to `,`.
88

0 commit comments

Comments
 (0)