mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-23 02:01:54 +03:00
[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:
parent
4acf285c35
commit
8b5c10a61f
Binary file not shown.
@ -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 = "{}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user