Docs typo

This commit is contained in:
Jermolene
2018-11-20 11:29:36 +00:00
parent 6d67dc8eb8
commit 8832409666
@@ -15,7 +15,7 @@ The following substitutions are made:
|!Character |!Replacement |
|`\` |`\\` |
|`"` |`\\` |
|`"` |`\"` |
|`\r` (carriage return) |`\\r` |
|`\n` (line feed) |`\\n` |
|`\x08` (backspace) |`\\b` |