From 3f8658ecc11e593f85a6a8d7de109d0b8f3254df Mon Sep 17 00:00:00 2001 From: Semisol <45574030+Semisol@users.noreply.github.com> Date: Tue, 4 Jul 2023 13:49:52 +0300 Subject: [PATCH] Fix typo --- 01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01.md b/01.md index 9258d2f7..70aae443 100644 --- a/01.md +++ b/01.md @@ -48,7 +48,7 @@ To prevent implementation differences from creating a different event ID for the - No characters except the following should be escaped, and instead should be included verbatim: - The line break, `0x0A`, as `\n` - A double quote, `0x22`, as `\"` - - A backspace, `0x5C`, as `\\` + - A backslash, `0x5C`, as `\\` - UTF-8 should be used for encoding. ## Communication between clients and relays