File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -267,9 +267,9 @@ enum ContextualDeclKeyword: TokenSpecSet {
267
267
}
268
268
}
269
269
270
- /// A `DeclarationKeyword` that is not a `ValueBindingPatternSyntax .BindingSpecifierOptions`.
270
+ /// A `DeclarationKeyword` that is not a `VariableDeclSyntax .BindingSpecifierOptions`.
271
271
///
272
- /// `ValueBindingPatternSyntax .BindingSpecifierOptions` are injected into
272
+ /// `VariableDeclSyntax .BindingSpecifierOptions` are injected into
273
273
/// `DeclarationKeyword` via an `EitherTokenSpecSet`.
274
274
enum PureDeclarationKeyword : TokenSpecSet {
275
275
case actor
@@ -344,7 +344,7 @@ enum PureDeclarationKeyword: TokenSpecSet {
344
344
345
345
typealias DeclarationKeyword = EitherTokenSpecSet <
346
346
PureDeclarationKeyword ,
347
- ValueBindingPatternSyntax . BindingSpecifierOptions
347
+ VariableDeclSyntax . BindingSpecifierOptions
348
348
>
349
349
350
350
enum DeclarationModifier : TokenSpecSet {
You can’t perform that action at this time.
0 commit comments