You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CodeGeneration/Sources/SyntaxSupport/DeclNodes.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1888,7 +1888,7 @@ public let DECL_NODES: [Node] = [
1888
1888
Child(
1889
1889
name:"MemberBlock",
1890
1890
kind:.node(kind:"MemberDeclBlock"),
1891
-
description:"The members of the struct declaration. Because struct extension declarations may declare additional members the contents of this block may not always be the complete list of all members for this type."
1891
+
description:"The members of the struct declaration. Because struct extension declarations may declare additional members the contents of this member block isn't guaranteed to be a complete list of members for this type."
0 commit comments