Skip to content

Commit dfa4ea1

Browse files
committed
Fix a missed type name change
1 parent 2df0f24 commit dfa4ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/VariadicsGenerator/VariadicsGenerator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ struct VariadicsGenerator: ParsableCommand {
517517
\(params.disfavored)\
518518
public init<\(params.genericParams), R: RangeExpression>(
519519
_ expression: R,
520-
_ behavior: QuantificationBehavior? = nil,
520+
_ behavior: RegexRepetitionBehavior? = nil,
521521
@\(concatBuilderName) _ component: () -> Component
522522
) \(params.repeatingWhereClause) {
523523
self.init(node: .repeating(expression.relative(to: 0..<Int.max), behavior, component().regex.root))

0 commit comments

Comments
 (0)