This commit is contained in:
Tony Garnock-Jones 2018-09-28 11:12:44 +01:00
parent 4187ccb77d
commit 9c38509973
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ value with `\x`.
binchar = binunescaped / escape (escaped / %x22 / %s"x" 2HEXDIG)
binunescaped = %x20-21 / %x23-5B / %x5D-7E
The second is as a sequence of pairs hexadecimal digits interleaved
The second is as a sequence of pairs of hexadecimal digits interleaved
with whitespace and surrounded by `#hex{` and `}`.
ByteString =/ %s"#hex{" *(ws / 2HEXDIG) ws "}"