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 /**