Skip to content

Commit

Permalink
fix typo in CharacterType
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrassov01 committed Dec 10, 2024
1 parent ed74344 commit a5352a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func (c CharacterType) String() string {
case CharacterTypeIndicator:
return "Indicator"
case CharacterTypeWhiteSpace:
return "WhiteSpcae"
return "WhiteSpace"
case CharacterTypeMiscellaneous:
return "Miscellaneous"
case CharacterTypeEscaped:
Expand Down

0 comments on commit a5352a9

Please sign in to comment.