mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-01 02:08:31 +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:
|
; modified rule:
|
||||||
keyword = ...
|
keyword = ...
|
||||||
/ %s"true"
|
/ %s"string"
|
||||||
/ %s"type" ; new
|
/ %s"type" ; new
|
||||||
/ %s"u8"
|
/ %s"u8"
|
||||||
/ ...
|
/ ...
|
||||||
|
Loading…
Reference in New Issue
Block a user