Skip to content

Commit

Permalink
Tweaked a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mildm8nnered committed Sep 16, 2024
1 parent 905ee0e commit 66ff30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SwiftLintCore/Models/Linter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private extension Rule {
deprecatedToValidIDPairs: deprecatedToValidIDPairs)
}

// Produces one region for each disable command
// Produces one region for each disabled rule identifier
private func decompose(regions: [Region]) -> [Region] {
guard regions.isNotEmpty else {
return []
Expand Down

0 comments on commit 66ff30d

Please sign in to comment.