Skip to content

Commit e350bde

Browse files
authored
Update Sources/generate-pipeline/RuleCollector.swift
1 parent 1556e82 commit e350bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/generate-pipeline/RuleCollector.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class RuleCollector {
2222
struct DetectedRule: Hashable {
2323

2424
/// The DocC comments of the rule,
25-
/// presumably in the leading trivia of the rule declaration.
25+
/// extracted from the .leadingTrivia of the rule class or struct.
2626
let doccComment: String
2727

2828
/// The type name of the rule.

0 commit comments

Comments
 (0)