Skip to content

Commit 8c1977d

Browse files
authored
Merge pull request #2246 from MadsBogeskov/patch-1
Added missing import
2 parents be1e888 + 925ad07 commit 8c1977d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftSyntax/Documentation.docc/Working with SwiftSyntax.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ trees when the `SwiftSyntaxBuilder` module is also imported:
188188
```
189189
import SwiftSyntax
190190
import SwiftParser
191+
import SwiftSyntaxBuilder
191192
192193
// `file` is a source file syntax node containing the parsed value of the
193194
// provided text.

0 commit comments

Comments
 (0)