Skip to content

Commit e4d82f1

Browse files
authored
Fix grammar in rational (#6823)
1 parent 978d8cc commit e4d82f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/SwiftLintBuiltInRules/Rules/Lint/DiscouragedDefaultParameterRule.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ struct DiscouragedDefaultParameterRule: Rule {
1010
name: "Discouraged Default Parameter",
1111
description: "Default parameter values should not be used in functions with certain access levels.",
1212
rationale: """
13-
By discouraging default parameter values in functions, that are exposed to other source files in the module
13+
By discouraging default parameter values in functions that are exposed to other source files in the module
1414
or package and their consumers, we can promote call sites and reduce the likelihood of bugs caused by
1515
unexpected (or changed) default values being used.
1616
""",

0 commit comments

Comments
 (0)