Skip to content

Commit 6583760

Browse files
authored
Fix TokenKinds.def path
1 parent 98007f4 commit 6583760

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
@@ -510,7 +510,7 @@ following fields:
510510
#### Tokens
511511

512512
A `Token` represents one of the `tok::` enums in
513-
`include/Syntax/TokenKinds.def`. `Token.py` has a top-level array of token
513+
`include/swift/Syntax/TokenKinds.def`. `Token.py` has a top-level array of token
514514
declarations. The `Token` class has the following fields.
515515

516516
| Key | Type | Description |

0 commit comments

Comments
 (0)