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 18, 2024
1 parent a6c1956 commit 593b3ad
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 593b3ad

Please sign in to comment.