We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128d33c commit 4de4f34Copy full SHA for 4de4f34
lib/Syntax/README.md
@@ -523,7 +523,7 @@ declarations. The `Token` class has the following fields.
523
524
libSyntax uses Swift's `gyb` tool to generate the `Syntax` subclasses,
525
`SyntaxFactory` methods, `SyntaxKind` enum entry, and `SyntaxBuilder` class.
526
-These files rely on a support library located at `utils/gyb_syntax_support.py`
+These files rely on a support library located at `utils/gyb_syntax_support/`
527
which holds some common logic used inside the `gyb` files. These `gyb` files
528
will be re-generated whenever any Python files are changed.
529
0 commit comments