Skip to content

Commit

Permalink
Capitalize the unicodes in toml.abnf (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite authored May 28, 2023
1 parent 62976c6 commit 4cc0f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toml.abnf
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ exp = "e" float-exp-part
float-exp-part = [ minus / plus ] zero-prefixable-int

special-float = [ minus / plus ] ( inf / nan )
inf = %x69.6e.66 ; inf
nan = %x6e.61.6e ; nan
inf = %x69.6E.66 ; inf
nan = %x6E.61.6E ; nan

;; Boolean

Expand Down

0 comments on commit 4cc0f97

Please sign in to comment.