From a42b7f35c2791bb7c297da9ae72a51c23e98e4de Mon Sep 17 00:00:00 2001 From: Alessandro Coglio Date: Fri, 27 Aug 2021 11:28:24 -0700 Subject: [PATCH] [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. --- docs/rfc/007-type-aliases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfc/007-type-aliases.md b/docs/rfc/007-type-aliases.md index 38aa272287..5cb84bb882 100644 --- a/docs/rfc/007-type-aliases.md +++ b/docs/rfc/007-type-aliases.md @@ -45,7 +45,7 @@ The ABNF grammar changes as follows: ``` ; modified rule: keyword = ... - / %s"true" + / %s"string" / %s"type" ; new / %s"u8" / ...