upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/01.md
diff options
context:
space:
mode:
authorSemisol <45574030+Semisol@users.noreply.github.com>2023-07-04 13:49:52 +0300
committerGitHub <noreply@github.com>2023-07-04 13:49:52 +0300
commit3f8658ecc11e593f85a6a8d7de109d0b8f3254df (patch)
treec3ae1554964e6b8401fd4269ac697668b1195cfb /01.md
parentb5a7b67d78ad2b8ea52d81704be6b71a9cc80dac (diff)
Fix typo
Diffstat (limited to '01.md')
-rw-r--r--01.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/01.md b/01.md
index 9258d2f..70aae44 100644
--- a/01.md
+++ b/01.md
@@ -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