Skip to content

Commit 4ef712c

Browse files
author
Tech-Savvy Builder
committed
Fix grammar typo in Set#size JSDoc: 'in Set' → 'in the Set'
1 parent f350b52 commit 4ef712c

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)