We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ae758a + 87b17c3 commit 2ce4a33Copy full SHA for 2ce4a33
Sources/SwiftSyntax/SyntaxBuilders.swift.gyb
@@ -79,7 +79,7 @@ public struct ${Builder} {
79
extension ${node.name} {
80
/// Creates a `${node.name}` using the provided build function.
81
/// - Parameter:
82
- /// - build: A closure that wil be invoked in order to initialize
+ /// - build: A closure that will be invoked in order to initialize
83
/// the fields of the syntax node.
84
/// This closure is passed a `${Builder}` which you can use to
85
/// incrementally build the structure of the node.
0 commit comments