mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
token: remove // from comment kind string (#7992)
This commit is contained in:
parent
31753f581f
commit
73bd63d69d
@ -237,7 +237,7 @@ fn build_token_str() []string {
|
||||
s[Kind.question] = '?'
|
||||
s[Kind.left_shift] = '<<'
|
||||
s[Kind.right_shift] = '>>'
|
||||
s[Kind.comment] = '// comment'
|
||||
s[Kind.comment] = 'comment'
|
||||
s[Kind.nl] = 'NLL'
|
||||
s[Kind.dollar] = '$'
|
||||
s[Kind.at] = '@'
|
||||
|
Loading…
Reference in New Issue
Block a user