Skip to content

Commit

Permalink
fixed typo in SectionSummary#functions description
Browse files Browse the repository at this point in the history
  • Loading branch information
friedemannsommer committed Apr 13, 2024
1 parent b1cb646 commit 9f985f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typings/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export interface SectionSummary {
*/
branches: Summary<BranchEntry>
/**
* 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<FunctionEntry>
/**
Expand Down

0 comments on commit 9f985f4

Please sign in to comment.