Skip to content

Commit

Permalink
Clarify headerFileName rule description
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklockwood committed Aug 17, 2023
1 parent 8d75b35 commit d5d1487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Rules.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4222,7 +4222,7 @@ public struct _FormatRules {

/// Ensure file name reference in header matches actual file name
public let headerFileName = FormatRule(
help: "Ensure file name reference in header matches actual file name.",
help: "Ensure file name in header comment matches the actual file name.",
runOnceOnly: true,
orderAfter: ["fileHeader"]
) { formatter in
Expand Down

0 comments on commit d5d1487

Please sign in to comment.