We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef08789 commit 6a75377Copy full SHA for 6a75377
src/lib/es2015.iterable.d.ts
@@ -154,7 +154,7 @@ interface Set<T> {
154
*/
155
entries(): IterableIterator<[T, T]>;
156
/**
157
- * Despite its name, returns an iterable of the values in the set,
+ * Despite its name, returns an iterable of the values in the set.
158
159
keys(): IterableIterator<T>;
160
@@ -174,7 +174,7 @@ interface ReadonlySet<T> {
174
175
176
177
178
179
180
0 commit comments