Skip to content

Commit 1eaa24f

Browse files
Update extracted files (#441)
Co-authored-by: Dave Thaler <[email protected]>
1 parent 3d98c77 commit 1eaa24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extracted-files/grammar.abnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ banned = %x00-08 / %x0B-0C / %x0E-1F ; C0 other than LF CR and Tab
1111
; All other rules assume the absence of any banned characters
1212

1313

14-
; DIGIT = %x30-39 ; 0 through 9 -- part of the ABNF core
14+
; DIGIT = %x30-39 ; 0 through 9 -- defined in RFC 5234 section B.1
1515
nonzero = %x31-39 ; 1 through 9
1616
ucletter = %x41-5A ; A through Z
1717
underscore = %x5F ; _

0 commit comments

Comments
 (0)