Skip to content

Commit 87b17c3

Browse files
committed
Fix typo
1 parent 4ae758a commit 87b17c3

File tree

2 files changed

+192
-192
lines changed

2 files changed

+192
-192
lines changed

Sources/SwiftSyntax/SyntaxBuilders.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public struct ${Builder} {
7979
extension ${node.name} {
8080
/// Creates a `${node.name}` using the provided build function.
8181
/// - Parameter:
82-
/// - build: A closure that wil be invoked in order to initialize
82+
/// - build: A closure that will be invoked in order to initialize
8383
/// the fields of the syntax node.
8484
/// This closure is passed a `${Builder}` which you can use to
8585
/// incrementally build the structure of the node.

0 commit comments

Comments
 (0)