Skip to content

Commit 87ab2bb

Browse files
committed
Update code generated files
1 parent 56bbb8c commit 87ab2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftSyntax/generated/syntaxNodes/SyntaxDeclNodes.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ public struct EditorPlaceholderDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
15121512
}
15131513
}
15141514

1515-
/// Adds the provided `Attribute` to the node's `attributes`
1515+
/// Adds the provided `element` to the node's `attributes`
15161516
/// collection.
15171517
/// - param element: The new `Attribute` to add to the node's
15181518
/// `attributes` collection.
@@ -1550,7 +1550,7 @@ public struct EditorPlaceholderDeclSyntax: DeclSyntaxProtocol, SyntaxHashable {
15501550
}
15511551
}
15521552

1553-
/// Adds the provided `Modifier` to the node's `modifiers`
1553+
/// Adds the provided `element` to the node's `modifiers`
15541554
/// collection.
15551555
/// - param element: The new `Modifier` to add to the node's
15561556
/// `modifiers` collection.

0 commit comments

Comments
 (0)