Skip to content

Commit 4de4f34

Browse files
authored
Fix libsyntax doc
`gyb_syntax_support.py` does not exist. It's a directory.
1 parent 128d33c commit 4de4f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Syntax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ declarations. The `Token` class has the following fields.
523523

524524
libSyntax uses Swift's `gyb` tool to generate the `Syntax` subclasses,
525525
`SyntaxFactory` methods, `SyntaxKind` enum entry, and `SyntaxBuilder` class.
526-
These files rely on a support library located at `utils/gyb_syntax_support.py`
526+
These files rely on a support library located at `utils/gyb_syntax_support/`
527527
which holds some common logic used inside the `gyb` files. These `gyb` files
528528
will be re-generated whenever any Python files are changed.
529529

0 commit comments

Comments
 (0)