From e89893c52661dc07c3253545a4d6b73254130518 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 29 Sep 2020 14:56:27 +0200 Subject: [PATCH] Update entries.d.ts --- source/entries.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ]); };