Skip to content

Commit 2ce4a33

Browse files
authored
Merge pull request #275 from kimdv/kimdv/fix-typo
Fix typo
2 parents 4ae758a + 87b17c3 commit 2ce4a33

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)