mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-30 17:52:46 +03:00
[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:
parent
f984a47b87
commit
a42b7f35c2
@ -45,7 +45,7 @@ The ABNF grammar changes as follows:
|
||||
```
|
||||
; modified rule:
|
||||
keyword = ...
|
||||
/ %s"true"
|
||||
/ %s"string"
|
||||
/ %s"type" ; new
|
||||
/ %s"u8"
|
||||
/ ...
|
||||
|
Loading…
Reference in New Issue
Block a user