Skip to content

Commit ce21718

Browse files
committed
blank -> empty
1 parent 403a1bd commit ce21718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SwiftLintFramework/Coverage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Foundation
1111
///
1212
/// No distinction is made between actual lines of Swift source, versus blank lines or comments, as SwiftLint may
1313
/// apply rules to those as well. Coverage is only calculated over input files, so if you exclude files in your
14-
/// configuration, they will be ignored. Empty input files, or files containing a single blank line will be ignored, as
14+
/// configuration, they will be ignored. Empty input files, or files containing a single empty line will be ignored, as
1515
/// SwiftLint ignores these files automatically.
1616
///
1717
/// "All rules" can be defined either as *all enabled rules*, **or** *all available rules, enabled or not*, resulting

0 commit comments

Comments
 (0)