Skip to content

Commit f143008

Browse files
committed
Fix a typo in comment
1 parent 5e91be2 commit f143008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSyntax/generated/Keyword.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ public enum Keyword: UInt8, Hashable {
735735
}
736736
}
737737

738-
/// Whether the token kind is switched from being an identifier to being an identifier to a keyword in the lexer.
738+
/// Whether the token kind is switched from being an identifier to a keyword in the lexer.
739739
/// This is true for keywords that used to be considered non-contextual.
740740
public var isLexerClassified: Bool {
741741
switch self {

0 commit comments

Comments
 (0)