Skip to content

Commit

Permalink
Fix docstring: "if", not "if and only if"
Browse files Browse the repository at this point in the history
  • Loading branch information
cceckman committed May 6, 2022
1 parent 5c3c19b commit 3ce059e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coverage-system/sectionfinder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class SectionFinder {
* @param section data section to check against filename
* @param editorFileRelative normalized relative path (against workspace folder) of editor filename, starts with ###
* @param workspaceFolderName workspace folder name
* @returns true iff this section matches (applies to) the provided editorRelativeFile
* @returns true if this section matches (applies to) the provided editorRelativeFile
*/
private checkSection(section: Section, editorFileRelative: string, workspaceFolderName: string): boolean {
try {
Expand Down

0 comments on commit 3ce059e

Please sign in to comment.