Skip to content

Commit 0e74053

Browse files
committed
Add missing space.
1 parent 721f229 commit 0e74053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es2015.iterable.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ interface Map<K, V> {
112112

113113
interface ReadonlyMap<K, V> {
114114
/** Returns an iterable of entries in the map. */
115-
[Symbol.iterator](): IterableIterator<[K,V]>;
115+
[Symbol.iterator](): IterableIterator<[K, V]>;
116116

117117
/**
118118
* Returns an iterable of key, value pairs for every entry in the map.

0 commit comments

Comments
 (0)