From 7b4724f795b12cc22f267a3b09aa6993f851aaed Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 17 Oct 2023 02:24:14 +0200 Subject: [PATCH] Another tweak --- _includes/cheatsheet-text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/cheatsheet-text.md b/_includes/cheatsheet-text.md index 76af4fc..83ab211 100644 --- a/_includes/cheatsheet-text.md +++ b/_includes/cheatsheet-text.md @@ -13,7 +13,7 @@ {:.postcard-grammar.textsyntax} | *Boolean* | := | `#t`|`#f` | -| *ByteString* | := | `#"`*binchar* `"`|`#x"` (**ws** *hex* *hex*) **ws**`"`|`#[` (**ws** | *base64char*) **ws**`]` | +| *ByteString* | := | `#"`*binchar* `"`|`#x"` (**ws** *hex* *hex*) **ws**`"`|`#[` (**ws** *base64char*) **ws**`]` | | *String* | := | `"` (« any unicode scalar value except `\` or `"` » | *escaped* |`\"`) `"` | | *QuotedSymbol* | := | `|` (« any unicode scalar value except `\` or `|` » | *escaped* |`\|`) `|` | | *Symbol* | := | (`A`..`Z`|`a`..`z`|`0`..`9`| *sympunct* | *symuchar*)+ |