@@ -1488,10 +1488,10 @@ extension DeclNameArgumentListSyntax: BidirectionalCollection {
14881488 }
14891489}
14901490
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+ ///
14951495public struct ExprListSyntax : SyntaxCollection , SyntaxHashable {
14961496 public let _syntaxNode : Syntax
14971497
@@ -4428,10 +4428,7 @@ extension PatternBindingListSyntax: BidirectionalCollection {
44284428 }
44294429}
44304430
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.
44354432public struct EnumCaseElementListSyntax : SyntaxCollection , SyntaxHashable {
44364433 public let _syntaxNode : Syntax
44374434
@@ -6143,10 +6140,9 @@ extension AttributeListSyntax: BidirectionalCollection {
61436140 }
61446141}
61456142
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+ ///
61506146public struct SpecializeAttributeSpecListSyntax : SyntaxCollection , SyntaxHashable {
61516147 public let _syntaxNode : Syntax
61526148
0 commit comments