Skip to content

Commit 07a8eb6

Browse files
committed
Improve wording
1 parent 3f407ab commit 07a8eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeGeneration/Sources/SyntaxSupport/DeclNodes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@ public let DECL_NODES: [Node] = [
18881888
Child(
18891889
name: "MemberBlock",
18901890
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."
18921892
),
18931893
]
18941894
),

0 commit comments

Comments
 (0)