diff --git a/Sources/TSPL/TSPL.docc/ReferenceManual/LexicalStructure.md b/Sources/TSPL/TSPL.docc/ReferenceManual/LexicalStructure.md index 23902c80a..c593563a3 100644 --- a/Sources/TSPL/TSPL.docc/ReferenceManual/LexicalStructure.md +++ b/Sources/TSPL/TSPL.docc/ReferenceManual/LexicalStructure.md @@ -430,7 +430,7 @@ The following tokens are reserved as punctuation and can't be used as custom operators: `(`, `)`, `{`, `}`, `[`, `]`, `.`, `,`, `:`, `;`, `=`, `@`, `#`, -`&` (as a prefix operator), `->`, `\\``, +`&` (as a prefix operator), `->`, `` ` ``, `?`, and `!` (as a postfix operator). ## Literals