diff options
| author | Semisol <45574030+Semisol@users.noreply.github.com> | 2023-07-04 13:49:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-04 13:49:52 +0300 |
| commit | 3f8658ecc11e593f85a6a8d7de109d0b8f3254df (patch) | |
| tree | c3ae1554964e6b8401fd4269ac697668b1195cfb /01.md | |
| parent | b5a7b67d78ad2b8ea52d81704be6b71a9cc80dac (diff) | |
Fix typo
Diffstat (limited to '01.md')
| -rw-r--r-- | 01.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -48,7 +48,7 @@ To prevent implementation differences from creating a different event ID for the | |||
| 48 | - No characters except the following should be escaped, and instead should be included verbatim: | 48 | - No characters except the following should be escaped, and instead should be included verbatim: |
| 49 | - The line break, `0x0A`, as `\n` | 49 | - The line break, `0x0A`, as `\n` |
| 50 | - A double quote, `0x22`, as `\"` | 50 | - A double quote, `0x22`, as `\"` |
| 51 | - A backspace, `0x5C`, as `\\` | 51 | - A backslash, `0x5C`, as `\\` |
| 52 | - UTF-8 should be used for encoding. | 52 | - UTF-8 should be used for encoding. |
| 53 | 53 | ||
| 54 | ## Communication between clients and relays | 54 | ## Communication between clients and relays |