diff --git a/source/entries.d.ts b/source/entries.d.ts index b3a226444..d408c7ef1 100644 --- a/source/entries.d.ts +++ b/source/entries.d.ts @@ -24,7 +24,7 @@ const manipulatesEntries = (examples: Entries) => { example[0].toUpperCase(), // does some arbitrary processing on the value (with type information available) - example[1].toFixed(), + example[1].toFixed() ]); };