diff --git a/source/entry.d.ts b/source/entry.d.ts index 41a13a979..db718216a 100644 --- a/source/entry.d.ts +++ b/source/entry.d.ts @@ -44,7 +44,7 @@ const arrayEntryNumber: Entry = [1, 1]; // Maps const mapExample = new Map([['a', 1]]); -const mapEntry: Entry = ['a', 1]; +const mapEntry: Entry = ['a', 1]; // Sets const setExample = new Set(['a', 1]);