diff options
-rw-r--r-- | syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ The following sequences of characters form *punctuators*: - `&` - `|` - `^` -- `~` +- the tilde, `~` (given special treatment on this line due to [a bug in the Markdown renderer that sr.ht uses](https://github.com/miyuchina/mistletoe/issues/91)) - `>` - `<` - `=` |