Skip to content

Commit 51fb4cb

Browse files
iMostfaahoppen
andauthored
Update Sources/SwiftSyntaxBuilder/Tokens.swift.gyb
Updated contextual token Co-authored-by: Alex Hoppen <[email protected]>
1 parent 8405bf9 commit 51fb4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSyntaxBuilder/Tokens.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public extension TokenSyntax {
6262
static var eof: TokenSyntax {
6363
SyntaxFactory.makeToken(.eof, presence: .present)
6464
}
65-
/// The `open` token
65+
/// The `open` contextual token
6666
static var open: TokenSyntax {
6767
SyntaxFactory.makeContextualKeyword("open")
6868
.withTrailingTrivia(.spaces(1))

0 commit comments

Comments
 (0)