[RFC] Update an ABNF rule fragment.

This was referring to a previous version of the rule, and presumably it is the
reason why 'true' and 'false' were accidentally re-added to the keyword rule.
This commit is contained in:
Alessandro Coglio 2021-08-27 11:28:24 -07:00
parent f984a47b87
commit a42b7f35c2

View File

@ -45,7 +45,7 @@ The ABNF grammar changes as follows:
```
; modified rule:
keyword = ...
/ %s"true"
/ %s"string"
/ %s"type" ; new
/ %s"u8"
/ ...