@@ -1488,10 +1488,10 @@ extension DeclNameArgumentListSyntax: BidirectionalCollection {
1488
1488
}
1489
1489
}
1490
1490
1491
- /// `ExprListSyntax` represents a collection of one or more
1492
- /// `ExprSyntax` nodes. ExprListSyntax behaves
1493
- /// as a regular Swift collection, and has accessors that return new
1494
- /// versions of the collection with different children.
1491
+ ///
1492
+ /// A list of expressions connected by operators. This list is contained
1493
+ /// by a `SequenceExprSyntax`.
1494
+ ///
1495
1495
public struct ExprListSyntax : SyntaxCollection , SyntaxHashable {
1496
1496
public let _syntaxNode : Syntax
1497
1497
@@ -4428,10 +4428,7 @@ extension PatternBindingListSyntax: BidirectionalCollection {
4428
4428
}
4429
4429
}
4430
4430
4431
- /// `EnumCaseElementListSyntax` represents a collection of one or more
4432
- /// `EnumCaseElementSyntax` nodes. EnumCaseElementListSyntax behaves
4433
- /// as a regular Swift collection, and has accessors that return new
4434
- /// versions of the collection with different children.
4431
+ /// A collection of 0 or more `EnumCaseElement`s.
4435
4432
public struct EnumCaseElementListSyntax : SyntaxCollection , SyntaxHashable {
4436
4433
public let _syntaxNode : Syntax
4437
4434
@@ -6143,10 +6140,9 @@ extension AttributeListSyntax: BidirectionalCollection {
6143
6140
}
6144
6141
}
6145
6142
6146
- /// `SpecializeAttributeSpecListSyntax` represents a collection of one or more
6147
- /// `Syntax` nodes. SpecializeAttributeSpecListSyntax behaves
6148
- /// as a regular Swift collection, and has accessors that return new
6149
- /// versions of the collection with different children.
6143
+ ///
6144
+ /// A collection of arguments for the `@_specialize` attribute
6145
+ ///
6150
6146
public struct SpecializeAttributeSpecListSyntax : SyntaxCollection , SyntaxHashable {
6151
6147
public let _syntaxNode : Syntax
6152
6148
0 commit comments