Skip to content

Commit f988420

Browse files
committed
Re-generate sources
1 parent 028878a commit f988420

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Sources/SwiftSyntax/generated/syntaxNodes/SyntaxExprNodes.swift

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5731,9 +5731,10 @@ public struct SimpleStringLiteralExprSyntax: ExprSyntaxProtocol, SyntaxHashable
57315731
self._syntaxNode = node._syntaxNode
57325732
}
57335733

5734-
/// Creates a ``SimpleStringLiteralExprSyntax`` node from the given ``SyntaxData``. This assumes
5735-
/// that the `SyntaxData` is of the correct kind. If it is not, the behaviour
5736-
/// is undefined.
5734+
/// Creates a ``SimpleStringLiteralExprSyntax`` node from the given ``SyntaxData``.
5735+
///
5736+
/// - Warning: This assumes that the `SyntaxData` is of the correct kind.
5737+
/// If it is not, the behaviour is undefined.
57375738
internal init(_ data: SyntaxData) {
57385739
precondition(data.raw.kind == .simpleStringLiteralExpr)
57395740
self._syntaxNode = Syntax(data)
@@ -5830,6 +5831,7 @@ public struct SimpleStringLiteralExprSyntax: ExprSyntaxProtocol, SyntaxHashable
58305831

58315832
/// Adds the provided `element` to the node's `segments`
58325833
/// collection.
5834+
///
58335835
/// - param element: The new `Segment` to add to the node's
58345836
/// `segments` collection.
58355837
/// - returns: A copy of the receiver with the provided `Segment`

0 commit comments

Comments
 (0)