Pedantic, but let's use consistent type keywords

This commit is contained in:
Cinder Roxley
2024-06-30 17:47:14 -05:00
parent b0c29938cd
commit aa713bcae5
60 changed files with 746 additions and 746 deletions

View File

@@ -14,7 +14,7 @@ namespace LitJson
internal enum ParserToken
{
// Lexer tokens
None = System.Char.MaxValue + 1,
None = char.MaxValue + 1,
Number,
True,
False,