Skip to content

Commit 4cc0f97

Browse files
authored
Capitalize the unicodes in toml.abnf (#977)
1 parent 62976c6 commit 4cc0f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toml.abnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ exp = "e" float-exp-part
163163
float-exp-part = [ minus / plus ] zero-prefixable-int
164164

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

169169
;; Boolean
170170

0 commit comments

Comments
 (0)