Skip to content

Commit 925ad07

Browse files
authored
Added missing import
This was just a tad confusing for me. Might help others as well.
1 parent e149b01 commit 925ad07

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)