From 9f985f48abe18adda851555e95adcf2a989df6ec Mon Sep 17 00:00:00 2001 From: Friedemann Sommer Date: Sat, 13 Apr 2024 16:06:07 +0200 Subject: [PATCH] fixed typo in `SectionSummary#functions` description --- src/typings/file.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/typings/file.ts b/src/typings/file.ts index 2390d26a..82f92ebb 100644 --- a/src/typings/file.ts +++ b/src/typings/file.ts @@ -4,7 +4,7 @@ export interface SectionSummary { */ branches: Summary /** - * The overall number of functions found and how often they were hit, with a lit of instrumented functions. + * The overall number of functions found and how often they were hit, with a list of instrumented functions. */ functions: Summary /**