[ABNF] Improve doc comment.

Given that the Leo Reference explains well that the format string grammar
applies to the character sequence after processing escapes, we do not need to
say this here. Instead, we just explain the rule similarly to what we do for
others.
This commit is contained in:
Alessandro Coglio 2022-04-29 21:58:34 -07:00
parent 4acf285c35
commit 8b5c10a61f
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -342,8 +342,7 @@ file = *declaration
; Format String Grammar
; ---------------------
not-brace = %x0-7A / %x7C / %x7E-10FFFF
; codes permitted in string after escapes processed, except { or }
not-brace = %x0-7A / %x7C / %x7E-10FFFF ; anything but { or }
format-string-container = "{}"