Skip to content

Commit 5d8fbbf

Browse files
driphtyioTech-Savvy Builder
andauthored
63480 (#63491)
Co-authored-by: Tech-Savvy Builder <tech@crypto-nite.com>
1 parent f350b52 commit 5d8fbbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/es2015.collection.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ interface Set<T> {
9494
*/
9595
has(value: T): boolean;
9696
/**
97-
* @returns the number of (unique) elements in Set.
97+
* @returns the number of (unique) elements in the Set.
9898
*/
9999
readonly size: number;
100100
}

0 commit comments

Comments
 (0)