Skip to content

Commit 2a8678c

Browse files
authored
Apply suggestion from @jakebailey
1 parent d0a99ed commit 2a8678c

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
@@ -1,6 +1,6 @@
11
interface Map<K, V> {
22
/**
3-
* Removes all elements from the Set.
3+
* Removes all elements from the Map.
44
*/
55
clear(): void;
66
/**

0 commit comments

Comments
 (0)